1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

Remove an unused variable.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Jun  1 03:03:12 CEST 2012 on sn-devel-104
This commit is contained in:
Jeremy Allison 2012-05-31 16:06:17 -07:00
parent 8fd02fa2d6
commit 50d4c96d66

View File

@ -551,7 +551,6 @@ bool reopen_logs_internal(void)
int old_fd = 0;
bool ret = true;
char *fname = NULL;
if (state.reopening_logs) {
return true;
}
@ -580,8 +579,7 @@ bool reopen_logs_internal(void)
oldumask = umask( 022 );
fname = state.debugf;
if (!fname) {
if (!state.debugf) {
return false;
}