summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_initshutdown.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-23 20:59:30 +0200
committerGünther Deschner <gd@samba.org>2008-09-23 23:35:04 +0200
commit5fa451ea84838ca9808e4090f541ea1bec7ec17c (patch)
tree4c60b8ff536746dc30d83cfe717fd6b99514f598 /source3/librpc/gen_ndr/srv_initshutdown.c
parent44f7c1c216d69f4c3dbe02bdf32a4241ea33e533 (diff)
downloadsamba-5fa451ea84838ca9808e4090f541ea1bec7ec17c.tar.gz
samba-5fa451ea84838ca9808e4090f541ea1bec7ec17c.tar.bz2
samba-5fa451ea84838ca9808e4090f541ea1bec7ec17c.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/srv_initshutdown.c')
-rw-r--r--source3/librpc/gen_ndr/srv_initshutdown.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/srv_initshutdown.c b/source3/librpc/gen_ndr/srv_initshutdown.c
index 00a89661b5..1fca682c71 100644
--- a/source3/librpc/gen_ndr/srv_initshutdown.c
+++ b/source3/librpc/gen_ndr/srv_initshutdown.c
@@ -27,7 +27,7 @@ static bool api_initshutdown_Init(pipes_struct *p)
return false;
}
- pull = ndr_pull_init_blob(&blob, r);
+ pull = ndr_pull_init_blob(&blob, r, NULL);
if (pull == NULL) {
talloc_free(r);
return false;
@@ -100,7 +100,7 @@ static bool api_initshutdown_Abort(pipes_struct *p)
return false;
}
- pull = ndr_pull_init_blob(&blob, r);
+ pull = ndr_pull_init_blob(&blob, r, NULL);
if (pull == NULL) {
talloc_free(r);
return false;
@@ -173,7 +173,7 @@ static bool api_initshutdown_InitEx(pipes_struct *p)
return false;
}
- pull = ndr_pull_init_blob(&blob, r);
+ pull = ndr_pull_init_blob(&blob, r, NULL);
if (pull == NULL) {
talloc_free(r);
return false;