diff options
-rw-r--r-- | source3/librpc/rpc/dcerpc_ep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc_ep.c b/source3/librpc/rpc/dcerpc_ep.c index e207b62b54..8cfd3b8626 100644 --- a/source3/librpc/rpc/dcerpc_ep.c +++ b/source3/librpc/rpc/dcerpc_ep.c @@ -215,6 +215,7 @@ static NTSTATUS ep_register(const struct ndr_interface_table *iface, h = cli->binding_handle; } else { + status = NT_STATUS_INVALID_PARAMETER; goto done; } |