mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
return False _and_ a break in a switch statement.
This commit is contained in:
parent
cf4e2a601f
commit
e3f0f1ad9c
@ -3131,7 +3131,6 @@ static BOOL api_pipe_ntlmssp(pipes_struct *p, prs_struct *pd)
|
||||
DEBUG(3,("unexpected message type in NTLMSSP %d\n",
|
||||
p->auth_verifier.msg_type));
|
||||
return False;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user