summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/srv_initshutdown.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-08 19:37:42 +0100
committerVolker Lendecke <vl@samba.org>2009-11-08 19:43:46 +0100
commit47455b4d1adf2e01f0994005a6302ae32c012478 (patch)
treef3317aca52f1ca5c3cc9f7ed4a429250295941d4 /librpc/gen_ndr/srv_initshutdown.c
parent82c35e460e00d6f9e61df2d20ea9d0ccf765636a (diff)
downloadsamba-47455b4d1adf2e01f0994005a6302ae32c012478.tar.gz
samba-47455b4d1adf2e01f0994005a6302ae32c012478.tar.bz2
samba-47455b4d1adf2e01f0994005a6302ae32c012478.zip
Revert "s3: Do not reference the ndr_tables in the server calls directly"
This reverts commit 98fb71782e05ae72cd6abeb38b6e0b96a50c1761.
Diffstat (limited to 'librpc/gen_ndr/srv_initshutdown.c')
-rw-r--r--librpc/gen_ndr/srv_initshutdown.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/gen_ndr/srv_initshutdown.c b/librpc/gen_ndr/srv_initshutdown.c
index d06f5628c3..bf85fc25d9 100644
--- a/librpc/gen_ndr/srv_initshutdown.c
+++ b/librpc/gen_ndr/srv_initshutdown.c
@@ -15,7 +15,7 @@ static bool api_initshutdown_Init(pipes_struct *p)
DATA_BLOB blob;
struct initshutdown_Init *r;
- call = &p->interface->calls[NDR_INITSHUTDOWN_INIT];
+ call = &ndr_table_initshutdown.calls[NDR_INITSHUTDOWN_INIT];
r = talloc(talloc_tos(), struct initshutdown_Init);
if (r == NULL) {
@@ -88,7 +88,7 @@ static bool api_initshutdown_Abort(pipes_struct *p)
DATA_BLOB blob;
struct initshutdown_Abort *r;
- call = &p->interface->calls[NDR_INITSHUTDOWN_ABORT];
+ call = &ndr_table_initshutdown.calls[NDR_INITSHUTDOWN_ABORT];
r = talloc(talloc_tos(), struct initshutdown_Abort);
if (r == NULL) {
@@ -161,7 +161,7 @@ static bool api_initshutdown_InitEx(pipes_struct *p)
DATA_BLOB blob;
struct initshutdown_InitEx *r;
- call = &p->interface->calls[NDR_INITSHUTDOWN_INITEX];
+ call = &ndr_table_initshutdown.calls[NDR_INITSHUTDOWN_INITEX];
r = talloc(talloc_tos(), struct initshutdown_InitEx);
if (r == NULL) {