1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-14 12:23:52 +03:00

Compile endpoint mapper pidl output

This commit is contained in:
Volker Lendecke
2008-04-24 22:45:28 +02:00
committed by Michael Adam
parent a0bdd56c75
commit fe8f9e427a
4 changed files with 8 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ const struct pipe_id_info pipe_names [] =
{ PIPE_SVCCTL , &ndr_table_svcctl.syntax_id, PIPE_NTSVCS , &ndr_transfer_syntax },
{ 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 },
{ NULL , NULL , NULL , NULL }
};