]> git.michaelhowe.org Git - packages/o/openafs.git/commit
aklog: Dispose of the pointless confname string
authorSimon Wilkinson <sxw@your-file-system.com>
Fri, 12 Feb 2010 10:29:00 +0000 (10:29 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 17 Feb 2010 13:12:52 +0000 (05:12 -0800)
commitf8c6bfffd3a32f41d24a171026b985974a5cc7b3
treeb42792e24a269fd59ae20c173616fb6a65fa7256
parent60ea6a23ab98698351de4b0592dd5df2ac8eebc0
aklog: Dispose of the pointless confname string

confname makes a static copy of the AFSDIR_CLIENT_ETC_DIRPATH string. As
pr_Initialize takes it as const, there's no need to maintain our own
copy, and so this is superfluous. Remove it.

Change-Id: I64b13aae80b15f6b7511a040f39467bca76186b8
Reviewed-on: http://gerrit.openafs.org/1322
Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/aklog/aklog.c