OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4829-ga8c9997

Gerrit Code Review gerrit@openafs.org
Mon, 25 Apr 2016 00:09:17 -0400


The following commit has been merged in the master branch:
commit a8c9997e93ba0fd36b0b71601157e4a0e9f3b9f5
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Thu Feb 5 16:59:52 2015 -0500

    Reopen the correct filename when -logfile is given
    
    The name of the log file passed to ReOpenLog() may not match the name
    given in the initial OpenLog() call. This can happen when the -logfile
    option is given to the fileserver or volume server.
    
    Since the name given to ReOpenLog() must match the original name, change
    ReOpenLog() to use the name previously given to OpenLog() and update all
    callers.
    
    Change-Id: Ie6fa4cb6e3c03f853efe0207bbec5d8412c6fe59
    Reviewed-on: https://gerrit.openafs.org/11723
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/kauth/krb_udp.c           |    2 +-
 src/util/afsutil.h            |    2 +-
 src/util/afsutil_prototypes.h |    2 +-
 src/util/serverLog.c          |   23 +++++++++++++++++------
 src/viced/viced.c             |    2 +-
 src/volser/volmain.c          |    2 +-
 6 files changed, 22 insertions(+), 11 deletions(-)

-- 
OpenAFS Master Repository