diff options
author | Matthew Chapman <matty@samba.org> | 1999-08-23 08:54:07 +0000 |
---|---|---|
committer | Matthew Chapman <matty@samba.org> | 1999-08-23 08:54:07 +0000 |
commit | cc27dba003d2f2ebcf05d01a750d3ee9350b0eb7 (patch) | |
tree | eb9ab1136266f87aae71c3dfa42e2e6958e8734d /source/rpc_parse/parse_srv.c | |
parent | 92ebd8f12ce4997e77eee22c3bb0c599daa44500 (diff) | |
download | samba-cc27dba003d2f2ebcf05d01a750d3ee9350b0eb7.tar.gz samba-cc27dba003d2f2ebcf05d01a750d3ee9350b0eb7.tar.xz samba-cc27dba003d2f2ebcf05d01a750d3ee9350b0eb7.zip |
Removing a stray return, probably inserted during debugging, which broke
NetrShareEnum. Be careful what you commit Luke...
Diffstat (limited to 'source/rpc_parse/parse_srv.c')
-rw-r--r-- | source/rpc_parse/parse_srv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/rpc_parse/parse_srv.c b/source/rpc_parse/parse_srv.c index bf4f63dc4c5..f04e5eabbcb 100644 --- a/source/rpc_parse/parse_srv.c +++ b/source/rpc_parse/parse_srv.c @@ -271,8 +271,6 @@ static void srv_io_srv_share_ctr(char *desc, SRV_SHARE_INFO_CTR *ctr, prs_struc prs_uint32("switch_value", ps, depth, &(ctr->switch_value)); prs_uint32("ptr_share_ctr", ps, depth, &(ctr->ptr_share_ctr)); - return; - if (ctr->ptr_share_ctr != 0) { switch (ctr->switch_value) |