[SCM] Samba Shared Repository - branch master updated - 44f7c1c216d69f4c3dbe02bdf32a4241ea33e533

Günther Deschner gd at samba.org
Tue Sep 23 21:35:09 GMT 2008


The branch, master has been updated
       via  44f7c1c216d69f4c3dbe02bdf32a4241ea33e533 (commit)
      from  de54bac54c8276427d88f616e430d2cd486a0ca6 (commit)

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


- Log -----------------------------------------------------------------
commit 44f7c1c216d69f4c3dbe02bdf32a4241ea33e533
Author: Günther Deschner <gd at samba.org>
Date:   Tue Sep 23 21:00:09 2008 +0200

    pidl: fix samba3 server wrt to samba4 ndr_pull_init_blob protype.
    
    this is in preparation for the final nbt merge.
    
    Guenther

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

Summary of changes:
 pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
index b21d3f4..c565d8a 100644
--- a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+++ b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
@@ -110,7 +110,7 @@ sub ParseFunction($$)
 	pidl "\treturn false;";
 	pidl "}";
 	pidl "";
-	pidl "pull = ndr_pull_init_blob(&blob, r);";
+	pidl "pull = ndr_pull_init_blob(&blob, r, NULL);";
 	pidl "if (pull == NULL) {";
 	pidl "\ttalloc_free(r);";
 	pidl "\treturn false;";


-- 
Samba Shared Repository


More information about the samba-cvs mailing list