pidl: fix samba3 server wrt to samba4 ndr_pull_init_blob protype.
authorGünther Deschner <gd@samba.org>
Tue, 23 Sep 2008 19:00:09 +0000 (21:00 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 23 Sep 2008 21:34:27 +0000 (23:34 +0200)
this is in preparation for the final nbt merge.

Guenther

pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm

index b21d3f4bbc293df301ca72f9bdbc3ecddf77f0ab..c565d8a572968dee6ca62ade97e3f10d236f3d97 100644 (file)
@@ -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;";