mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
Removing a stray return, probably inserted during debugging, which broke
NetrShareEnum. Be careful what you commit Luke...
This commit is contained in:
parent
92ebd8f12c
commit
cc27dba003
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user