diff options
author | Günther Deschner <gd@samba.org> | 2008-05-23 23:56:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-05-23 23:56:21 +0200 |
commit | 6b3bcb3724eed0ddff26dd7af638b606502081ad (patch) | |
tree | e1d17d81dd949bf01b5949709ff849c851752568 /source3/rpc_parse | |
parent | 4d2f71e53f5a6cdc5b84a0eeab5822a7f8ca48b9 (diff) | |
download | samba-6b3bcb3724eed0ddff26dd7af638b606502081ad.tar.gz samba-6b3bcb3724eed0ddff26dd7af638b606502081ad.tar.bz2 samba-6b3bcb3724eed0ddff26dd7af638b606502081ad.zip |
drsuapi: add all code required for our drsuapi rpc client.
Guenther
(This used to be commit 7c93190843e77764be4d0f6d4f0b93061c192c98)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_parse/parse_rpc.c b/source3/rpc_parse/parse_rpc.c index 81719512ae..fbdc3ed483 100644 --- a/source3/rpc_parse/parse_rpc.c +++ b/source3/rpc_parse/parse_rpc.c @@ -60,6 +60,7 @@ const struct pipe_id_info pipe_names [] = { PIPE_EVENTLOG, &ndr_table_eventlog.syntax_id, PIPE_EVENTLOG , &ndr_transfer_syntax }, { PIPE_NTSVCS , &ndr_table_ntsvcs.syntax_id, PIPE_NTSVCS , &ndr_transfer_syntax }, { PIPE_EPMAPPER , &ndr_table_epmapper.syntax_id, PIPE_EPMAPPER , &ndr_transfer_syntax }, + { PIPE_DRSUAPI , &ndr_table_drsuapi.syntax_id, PIPE_DRSUAPI , &ndr_transfer_syntax }, { NULL , NULL , NULL , NULL } }; |