summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-23 21:00:09 +0200
committerGünther Deschner <gd@samba.org>2008-09-23 23:34:27 +0200
commit44f7c1c216d69f4c3dbe02bdf32a4241ea33e533 (patch)
tree2ea5fd50ae5be668d4312414a4b068cd685c8e32 /pidl
parentde54bac54c8276427d88f616e430d2cd486a0ca6 (diff)
downloadsamba-44f7c1c216d69f4c3dbe02bdf32a4241ea33e533.tar.gz
samba-44f7c1c216d69f4c3dbe02bdf32a4241ea33e533.tar.bz2
samba-44f7c1c216d69f4c3dbe02bdf32a4241ea33e533.zip
pidl: fix samba3 server wrt to samba4 ndr_pull_init_blob protype.
this is in preparation for the final nbt merge. Guenther
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
index b21d3f4bbc..c565d8a572 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;";