[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat May 7 03:39:02 MDT 2011


The branch, master has been updated
       via  622faa2 s3: Fix including libsmb/proto.h without prior ads.h
      from  ac25835 Fix Samba3 on OpenIndiana.

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


- Log -----------------------------------------------------------------
commit 622faa268754eb1832bab638380991d419625519
Author: Volker Lendecke <vl at samba.org>
Date:   Sat May 7 10:38:12 2011 +0200

    s3: Fix including libsmb/proto.h without prior ads.h
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Sat May  7 11:38:11 CEST 2011 on sn-devel-104

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

Summary of changes:
 source3/libsmb/proto.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index e135abe..4ac767c 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -18,6 +18,8 @@
 #ifndef _LIBSMB_PROTO_H_
 #define _LIBSMB_PROTO_H_
 
+#include "ads.h"
+
 /* The following definitions come from libsmb/cliconnect.c  */
 
 ADS_STATUS cli_session_setup_spnego(struct cli_state *cli, const char *user,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list