[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Nov 9 07:50:01 MST 2010


The branch, master has been updated
       via  eb769f2 raw.h is only needed in the S4 build
      from  3c8283d s4:provision_self_join.ldif - the object SID in AD is called "objectSid"

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


- Log -----------------------------------------------------------------
commit eb769f223470192943a08944426753b5adca3bcb
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Nov 9 15:06:48 2010 +0100

    raw.h is only needed in the S4 build
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Tue Nov  9 14:49:14 UTC 2010 on sn-devel-104

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

Summary of changes:
 libcli/named_pipe_auth/npa_tstream.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c
index b0ef11f..1f29a90 100644
--- a/libcli/named_pipe_auth/npa_tstream.c
+++ b/libcli/named_pipe_auth/npa_tstream.c
@@ -24,7 +24,9 @@
 #include "../lib/tsocket/tsocket_internal.h"
 #include "../librpc/gen_ndr/ndr_named_pipe_auth.h"
 #include "../libcli/named_pipe_auth/npa_tstream.h"
+#if _SAMBA_BUILD_ == 4
 #include "libcli/raw/smb.h"
+#endif
 
 static const struct tstream_context_ops tstream_npa_ops;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list