1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

jeremy foo

(This used to be commit 0b31f592df)
This commit is contained in:
Gerald Carter 2003-08-14 22:17:07 +00:00
parent 8f75104da1
commit b09eb5aa93

View File

@ -136,10 +136,15 @@ void echo_get_pipe_fns( struct api_struct **fns, int *n_fns )
NTSTATUS rpc_echo_init(void)
{
return rpc_pipe_register_commands(SMB_RPC_INTERFACE_VERSION,
"rpcecho", "rpcecho", api_echo_cmds,
sizeof(api_echo_cmds) / sizeof(struct api_struct));
}
#else /* DEVELOPER */
NTSTATUS rpc_echo_init(void)
{
return NT_STATUS_OK;
}
#endif /* DEVELOPER */