summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_initshutdown.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-11 09:15:30 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-11 09:15:30 +0100
commit485cb23b16e62a37180b95bd5c409de6ee162084 (patch)
tree5761e91a4561b2a975e900a5b24817967285f270 /source3/librpc/gen_ndr/srv_initshutdown.c
parent20d6ebe813955866e70c0b91ef316830e1612437 (diff)
downloadsamba-485cb23b16e62a37180b95bd5c409de6ee162084.tar.gz
samba-485cb23b16e62a37180b95bd5c409de6ee162084.tar.bz2
samba-485cb23b16e62a37180b95bd5c409de6ee162084.zip
rerun 'make idl'
metze (This used to be commit 55c74832f3a4052d8b15f01b233aab97f7001bbe)
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 794adea81b..f24530c1c1 100644
--- a/source3/librpc/gen_ndr/srv_initshutdown.c
+++ b/source3/librpc/gen_ndr/srv_initshutdown.c
@@ -17,7 +17,7 @@ static bool api_initshutdown_Init(pipes_struct *p)
call = &ndr_table_initshutdown.calls[NDR_INITSHUTDOWN_INIT];
- r = talloc(NULL, struct initshutdown_Init);
+ r = talloc(talloc_tos(), struct initshutdown_Init);
if (r == NULL) {
return false;
}
@@ -90,7 +90,7 @@ static bool api_initshutdown_Abort(pipes_struct *p)
call = &ndr_table_initshutdown.calls[NDR_INITSHUTDOWN_ABORT];
- r = talloc(NULL, struct initshutdown_Abort);
+ r = talloc(talloc_tos(), struct initshutdown_Abort);
if (r == NULL) {
return false;
}
@@ -163,7 +163,7 @@ static bool api_initshutdown_InitEx(pipes_struct *p)
call = &ndr_table_initshutdown.calls[NDR_INITSHUTDOWN_INITEX];
- r = talloc(NULL, struct initshutdown_InitEx);
+ r = talloc(talloc_tos(), struct initshutdown_InitEx);
if (r == NULL) {
return false;
}