[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Aug 16 13:41:11 MDT 2010


The branch, master has been updated
       via  7644fbd... s3-waf: Added missing client option to pidl list for wbint.
      from  0827e52... s3: Simplify the logic of check_access by an early return

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


- Log -----------------------------------------------------------------
commit 7644fbdff9036088a51dfe21b32849c9d9908d16
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Aug 16 21:40:04 2010 +0200

    s3-waf: Added missing client option to pidl list for wbint.

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

Summary of changes:
 source3/librpc/idl/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build
index 92f2ebd..5dc46cf 100644
--- a/source3/librpc/idl/wscript_build
+++ b/source3/librpc/idl/wscript_build
@@ -3,6 +3,6 @@
 bld.SAMBA_PIDL_LIST('PIDL',
                     '''messaging.idl libnetapi.idl notify.idl
                        wbint.idl perfcount.idl secrets.idl libnet_join.idl preg.idl''',
-                    options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client',
+                    options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client --client',
                     output_dir='../gen_ndr')
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list