[svn-commits] pabelanger: branch 1.8 r356337 - /branches/1.8/apps/app_rpt.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 22 15:36:41 CST 2012


Author: pabelanger
Date: Wed Feb 22 15:36:37 2012
New Revision: 356337

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=356337
Log:
Missed one strsep() function

Modified:
    branches/1.8/apps/app_rpt.c

Modified: branches/1.8/apps/app_rpt.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_rpt.c?view=diff&rev=356337&r1=356336&r2=356337
==============================================================================
--- branches/1.8/apps/app_rpt.c (original)
+++ branches/1.8/apps/app_rpt.c Wed Feb 22 15:36:37 2012
@@ -5712,6 +5712,7 @@
 		sprintf(sx,"%s:4569/%s",s1,sy + 1);
 		s1 = sx;
 	}
+	strsep(&s,",");
 	rpt_mutex_lock(&myrpt->lock);
 	l = myrpt->links.next;
 	/* try to find this one in queue */




More information about the svn-commits mailing list