[SCM] Samba Shared Repository - branch master updated

Kai Blin kai at samba.org
Sun Apr 11 14:40:33 MDT 2010


The branch, master has been updated
       via  da7294a... nsswitch/wbinfo: Fix the S4 header check
      from  e1630ec... idl: Use C-style comments, because cpp on some platforms doesn't accept // comments.

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


- Log -----------------------------------------------------------------
commit da7294ae0d1c9cdeb1c945f3eb51d2376e7dabf6
Author: Kai Blin <kai at samba.org>
Date:   Sun Apr 11 22:38:38 2010 +0200

    nsswitch/wbinfo: Fix the S4 header check

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

Summary of changes:
 nsswitch/wbinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c
index 347a96e..cbd4f1d 100644
--- a/nsswitch/wbinfo.c
+++ b/nsswitch/wbinfo.c
@@ -26,7 +26,7 @@
 #include "libwbclient/wbclient.h"
 #include "lib/popt/popt.h"
 #include "../libcli/auth/libcli_auth.h"
-#if !(_SAMBA_VERSION_) < 4
+#if (_SAMBA_BUILD_) >= 4
 #include "lib/cmdline/popt_common.h"
 #endif
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list