git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb37144
)
return False _and_ a break in a switch statement.
author
Luke Leighton
<lkcl@samba.org>
Wed, 7 Oct 1998 16:45:44 +0000
(16:45 +0000)
committer
Luke Leighton
<lkcl@samba.org>
Wed, 7 Oct 1998 16:45:44 +0000
(16:45 +0000)
(This used to be commit
e3f0f1ad9c2b81fd3489d858a9a98338001538c5
)
source3/smbd/ipc.c
patch
|
blob
|
history
diff --git
a/source3/smbd/ipc.c
b/source3/smbd/ipc.c
index f2831ce888ca2d7b0fe356ca0820f229740638dc..c0ce1900235156fd91c2ed7cf8a957b13fa8aa44 100644
(file)
--- 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;
}
}