[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1945-g05be1cc

Andrew Bartlett abartlet at samba.org
Mon Jun 1 10:57:23 GMT 2009


The branch, master has been updated
       via  05be1cc717b4b35e0a78806330a7deaee89663e3 (commit)
      from  a0edb50552090341760c9dfcf27a71df8100e1a5 (commit)

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


- Log -----------------------------------------------------------------
commit 05be1cc717b4b35e0a78806330a7deaee89663e3
Author: Andrew Kroeger <andrew at id10ts.net>
Date:   Mon Jun 1 04:36:50 2009 -0500

    s4:mkproto: Add NET_API_STATUS return type.
    
    The recently added LIBNETAPI torture tests use NET_API_STATUS as a return type
    for some functions.  The torture/libnetapi/proto.h private header that was being
    generated by mkproto.pl did not include a prototype for the test_netuseradd()
    function, as it did not know how to handle the NET_API_STATUS return type.

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

Summary of changes:
 source4/script/mkproto.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/script/mkproto.pl b/source4/script/mkproto.pl
index e1b790d..5930788 100755
--- a/source4/script/mkproto.pl
+++ b/source4/script/mkproto.pl
@@ -206,7 +206,7 @@ sub process_file($$$)
 				  void|bool|int|struct|char|const|\w+_[tT]\s|uint|unsigned|long|NTSTATUS|
 				  ADS_STATUS|enum\s.*\(|DATA_BLOB|WERROR|XFILE|FILE|DIR|
 			      double|TDB_CONTEXT|TDB_DATA|TALLOC_CTX|NTTIME|FN_|init_module|
-			      GtkWidget|GType|smb_ucs2_t|krb5_error_code)
+			      GtkWidget|GType|smb_ucs2_t|krb5_error_code|NET_API_STATUS)
 			      /xo);
 
 		next if ($line =~ /^int\s*main/);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list