svn commit: samba r25402 - in branches/SAMBA_3_2/source/utils: .

jerry at samba.org jerry at samba.org
Fri Sep 28 04:08:58 GMT 2007


Author: jerry
Date: 2007-09-28 04:08:58 +0000 (Fri, 28 Sep 2007)
New Revision: 25402

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25402

Log:
BUG 4997 (3.2 only): Fix enumration level for smbtree
Modified:
   branches/SAMBA_3_2/source/utils/smbtree.c


Changeset:
Modified: branches/SAMBA_3_2/source/utils/smbtree.c
===================================================================
--- branches/SAMBA_3_2/source/utils/smbtree.c	2007-09-28 03:56:12 UTC (rev 25401)
+++ branches/SAMBA_3_2/source/utils/smbtree.c	2007-09-28 04:08:58 UTC (rev 25402)
@@ -157,7 +157,6 @@
 	}
 
 	ZERO_STRUCT(ctr1);
-	level = 1;
 	ctr.ctr1 = &ctr1;
 
 	status = rpccli_srvsvc_NetShareEnum(pipe_hnd, mem_ctx, NULL,



More information about the samba-cvs mailing list