Moved the calls to client_addr() and client_name() below the lp_load()
authorWayne Davison <wayned@samba.org>
Sat, 8 Apr 2006 16:03:16 +0000 (16:03 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 8 Apr 2006 16:03:16 +0000 (16:03 +0000)
commit374c3e1278e1e5e14e218c3149e5d633f7e044b6
tree4b209ffa2a1d18575c1b5947a8b8702b69bf6345
parente09d8a304cbc158fb61feeaff0a8e7c5be688af0
Moved the calls to client_addr() and client_name() below the lp_load()
call so that their potential to output log messages can't cause the
log-file to initialize before we know what "log name" to use.
clientserver.c