[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2233-g223b30f

Andrew Bartlett abartlet at samba.org
Thu Jun 11 09:11:32 GMT 2009


The branch, master has been updated
       via  223b30f59367608558a3c8d4fadff3d5761b3765 (commit)
      from  e9caf7d06352b557ef1e2d41a2325f29a4a2506a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 223b30f59367608558a3c8d4fadff3d5761b3765
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Jun 11 19:08:33 2009 +1000

    Fix build of recurusion fix in reopen_logs()

-----------------------------------------------------------------------

Summary of changes:
 lib/util/debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/debug.c b/lib/util/debug.c
index 5890518..76178e2 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -172,7 +172,7 @@ _PUBLIC_ void reopen_logs(void)
 		} else {
 			DEBUG(1, ("Failed to find name for file-based logfile!\n"));
 		}
-		state.reopening_false = true;
+		state.reopening_logs = false;
 
 		break;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list