diff options
author | Volker Lendecke <vl@samba.org> | 2009-11-08 19:37:42 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-11-08 19:43:46 +0100 |
commit | 47455b4d1adf2e01f0994005a6302ae32c012478 (patch) | |
tree | f3317aca52f1ca5c3cc9f7ed4a429250295941d4 /source3/include | |
parent | 82c35e460e00d6f9e61df2d20ea9d0ccf765636a (diff) | |
download | samba-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 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 10cd32170d..bbe653b8bd 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -169,7 +169,7 @@ typedef struct pipes_struct { struct auth_serversupplied_info *server_info; - const struct ndr_interface_table *interface; + struct ndr_syntax_id syntax; /* linked list of rpc dispatch tables associated with the open rpc contexts */ |