[Asterisk-cvs] asterisk/res res_monitor.c,1.15,1.16

anthm at lists.digium.com anthm at lists.digium.com
Mon Jun 7 11:48:45 CDT 2004


Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv3102/res

Modified Files:
	res_monitor.c 
Log Message:
fix res_monitor bug

Index: res_monitor.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_monitor.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- res_monitor.c	4 Jun 2004 18:30:35 -0000	1.15
+++ res_monitor.c	7 Jun 2004 16:51:21 -0000	1.16
@@ -235,7 +235,7 @@
 			}			
 			snprintf(tmp, sizeof(tmp), "%s %s/%s-in.%s %s/%s-out.%s %s/%s.%s &", execute, dir, name, format, dir, name, format, dir, name, format);
 			if (soxmix) {
-			  snprintf(tmp2,sizeof(tmp2), "( %s && rm -f %s/%s-* ) &",tmp, dir ,name); /* remove legs when done mixing */
+			  snprintf(tmp2,sizeof(tmp2), "( %s& rm -f %s/%s-* ) &",tmp, dir ,name); /* remove legs when done mixing */
 			  strncpy(tmp, tmp2, sizeof(tmp) - 1);
 			}
 			ast_verbose("monitor executing %s\n",tmp);




More information about the svn-commits mailing list