1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

return False _and_ a break in a switch statement.

(This used to be commit e3f0f1ad9c2b81fd3489d858a9a98338001538c5)
This commit is contained in:
Luke Leighton 1998-10-07 16:45:44 +00:00
parent eb37144cad
commit 4c172b5575

View File

@ -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;
}
}