From cc27dba003d2f2ebcf05d01a750d3ee9350b0eb7 Mon Sep 17 00:00:00 2001 From: Matthew Chapman Date: Mon, 23 Aug 1999 08:54:07 +0000 Subject: Removing a stray return, probably inserted during debugging, which broke NetrShareEnum. Be careful what you commit Luke... --- source/rpc_parse/parse_srv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/rpc_parse/parse_srv.c') 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) -- cgit