From 4c172b5575600d05f7cb15e15d0d981f920697b5 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 7 Oct 1998 16:45:44 +0000 Subject: return False _and_ a break in a switch statement. (This used to be commit e3f0f1ad9c2b81fd3489d858a9a98338001538c5) --- source3/smbd/ipc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index f2831ce888..c0ce190023 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -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; } } -- cgit