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:
cc977af
)
fixed a void return spotted by metze
author
Andrew Tridgell
<tridge@samba.org>
Wed, 11 Feb 2004 13:18:05 +0000
(13:18 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Wed, 11 Feb 2004 13:18:05 +0000
(13:18 +0000)
(This used to be commit
3f1b7e51c9f18745b6c06c3934ecc4fdd743e1d0
)
source4/librpc/rpc/dcerpc_schannel.c
patch
|
blob
|
history
diff --git
a/source4/librpc/rpc/dcerpc_schannel.c
b/source4/librpc/rpc/dcerpc_schannel.c
index 3b9f82ca604dbccc77a04e40af7c5e970e20a0e0..39438f4381e7c1f19be9b870b375f7aaf0cbe1e6 100644
(file)
--- a/
source4/librpc/rpc/dcerpc_schannel.c
+++ b/
source4/librpc/rpc/dcerpc_schannel.c
@@
-59,7
+59,7
@@
static NTSTATUS schan_sign_packet(struct dcerpc_security *dcerpc_security,
static void schan_security_end(struct dcerpc_security *dcerpc_security)
{
struct schannel_state *schannel_state = dcerpc_security->private;
-
return
schannel_end(&schannel_state);
+ schannel_end(&schannel_state);
}