[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Sep 20 15:10:17 MDT 2010


The branch, master has been updated
       via  d0a6c32 s3-nmbd: move SYNC_DNS to nmbd.h
      from  102a70e s3-util: use shared dom_sid_dup.

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


- Log -----------------------------------------------------------------
commit d0a6c32add2e934174771750cdc1893f146d53cf
Author: Günther Deschner <gd at samba.org>
Date:   Fri Aug 27 00:07:25 2010 +0200

    s3-nmbd: move SYNC_DNS to nmbd.h
    
    Guenther

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

Summary of changes:
 source3/include/includes.h |    4 ----
 source3/nmbd/nmbd.h        |    3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/includes.h b/source3/include/includes.h
index 7626a53..a17e014 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -762,10 +762,6 @@ enum flush_reason_enum {
 #define PASSWORD_LENGTH 8
 #endif
 
-#ifndef HAVE_PIPE
-#define SYNC_DNS 1
-#endif
-
 #if defined(HAVE_CRYPT16) && defined(HAVE_GETAUTHUID)
 #define ULTRIX_AUTH 1
 #endif
diff --git a/source3/nmbd/nmbd.h b/source3/nmbd/nmbd.h
index 0e8d12e..6ccbd93 100644
--- a/source3/nmbd/nmbd.h
+++ b/source3/nmbd/nmbd.h
@@ -1,2 +1,5 @@
+#ifndef HAVE_PIPE
+#define SYNC_DNS 1
+#endif
 
 #include "nmbd/nmbd_proto.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list