1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

jeremy foo

This commit is contained in:
Gerald Carter -
parent dd9cb6f820
commit 0b31f592df

@ -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 */