summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-18 13:22:51 +0100
committerKarolin Seeger <kseeger@samba.org>2009-04-15 09:07:09 +0200
commit151792b6e56d6cbba15ddac40e5a7366dd4b5248 (patch)
tree86bb14c59cc074a7b8075c540fdca382ca17cc46 /source3/rpc_parse
parent895e526163af48400910ec9c071f5bc72b115e94 (diff)
downloadsamba-151792b6e56d6cbba15ddac40e5a7366dd4b5248.tar.gz
samba-151792b6e56d6cbba15ddac40e5a7366dd4b5248.tar.xz
samba-151792b6e56d6cbba15ddac40e5a7366dd4b5248.zip
s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.
Guenther (cherry picked from commit 9fdeb7f7b319dca5dbd1fdaf24f01fb19e124fe6) (cherry picked from commit e13b545ca914d3d84b94f1d7ecb958f093f3143b)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r--source3/rpc_parse/parse_rpc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/rpc_parse/parse_rpc.c b/source3/rpc_parse/parse_rpc.c
index 1477a4c81e6..14a4effbf03 100644
--- a/source3/rpc_parse/parse_rpc.c
+++ b/source3/rpc_parse/parse_rpc.c
@@ -639,13 +639,3 @@ bool smb_io_rpc_auth_schannel_chk(const char *desc, int auth_len,
return True;
}
-
-const struct ndr_syntax_id syntax_spoolss = {
- {
- 0x12345678, 0x1234, 0xabcd,
- { 0xef, 0x00 },
- { 0x01, 0x23,
- 0x45, 0x67, 0x89, 0xab }
- }, 0x01
-};
-