mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r14449: fix the build (sorry everyone)
(This used to be commit e49ca3af8c
)
This commit is contained in:
parent
0f0ad2992e
commit
a199498213
@ -2174,7 +2174,8 @@ static struct rpc_pipe_client *cli_rpc_pipe_open(struct cli_state *cli, int pipe
|
||||
/* sanity check to protect against crashes */
|
||||
|
||||
if ( !cli ) {
|
||||
return NT_STATUS_INVALID_HANDLE;
|
||||
*perr = NT_STATUS_INVALID_HANDLE;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* The pipe name index must fall within our array */
|
||||
|
Loading…
Reference in New Issue
Block a user