svn commit: samba r25240 - in branches/SAMBA_3_2_0/source/utils: .

metze at samba.org metze at samba.org
Wed Sep 19 19:03:01 GMT 2007


Author: metze
Date: 2007-09-19 19:03:01 +0000 (Wed, 19 Sep 2007)
New Revision: 25240

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

Log:
fix cut-n-paste bug in code with LIBUNWIND support

metze
Modified:
   branches/SAMBA_3_2_0/source/utils/smbcontrol.c


Changeset:
Modified: branches/SAMBA_3_2_0/source/utils/smbcontrol.c
===================================================================
--- branches/SAMBA_3_2_0/source/utils/smbcontrol.c	2007-09-19 19:01:20 UTC (rev 25239)
+++ branches/SAMBA_3_2_0/source/utils/smbcontrol.c	2007-09-19 19:03:01 UTC (rev 25240)
@@ -271,10 +271,6 @@
 				  const struct server_id pid,
 		       const int argc, const char **argv)
 {
-	fprintf(stderr,
-		"Daemon stack tracing is not supported on this platform\n");
-	return False;
-
 	pid_t	dest;
 	int	count = 0;
 



More information about the samba-cvs mailing list