svn commit: samba r15151 - in trunk/source/utils: .

ab at samba.org ab at samba.org
Thu Apr 20 14:13:27 GMT 2006


Author: ab
Date: 2006-04-20 14:13:26 +0000 (Thu, 20 Apr 2006)
New Revision: 15151

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

Log:
Fix a case when target is offline
Modified:
   trunk/source/utils/smbcontrol.c


Changeset:
Modified: trunk/source/utils/smbcontrol.c
===================================================================
--- trunk/source/utils/smbcontrol.c	2006-04-20 13:51:43 UTC (rev 15150)
+++ trunk/source/utils/smbcontrol.c	2006-04-20 14:13:26 UTC (rev 15151)
@@ -846,7 +846,7 @@
 
 static struct process_id parse_dest(const char *dest)
 {
-	struct process_id result;
+	struct process_id result = {-1};
 	pid_t pid;
 
 	/* Zero is a special return value for broadcast smbd */



More information about the samba-cvs mailing list