1
0
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:
Gerald Carter 2006-03-15 15:11:44 +00:00 committed by Gerald (Jerry) Carter
parent 0f0ad2992e
commit a199498213

View File

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