diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_server/srv_pipe_hnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c index e4172e7252..0c615bdc37 100644 --- a/source3/rpc_server/srv_pipe_hnd.c +++ b/source3/rpc_server/srv_pipe_hnd.c @@ -470,7 +470,7 @@ NTSTATUS np_open(TALLOC_CTX *mem_ctx, const char *name, if (handle->private_data == NULL) { TALLOC_FREE(handle); - return NT_STATUS_PIPE_NOT_AVAILABLE; + return NT_STATUS_OBJECT_NAME_NOT_FOUND; } *phandle = handle; |