[asterisk-commits] jdixon: branch jdixon/chan_usbradio-1.4 r154147 - /team/jdixon/chan_usbradio-...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Nov 4 03:11:34 CST 2008


Author: jdixon
Date: Tue Nov  4 03:11:34 2008
New Revision: 154147

URL: http://svn.digium.com/view/asterisk?view=rev&rev=154147
Log:
One little fix

Modified:
    team/jdixon/chan_usbradio-1.4/dev-temp/app_rpt.c

Modified: team/jdixon/chan_usbradio-1.4/dev-temp/app_rpt.c
URL: http://svn.digium.com/view/asterisk/team/jdixon/chan_usbradio-1.4/dev-temp/app_rpt.c?view=diff&rev=154147&r1=154146&r2=154147
==============================================================================
--- team/jdixon/chan_usbradio-1.4/dev-temp/app_rpt.c (original)
+++ team/jdixon/chan_usbradio-1.4/dev-temp/app_rpt.c Tue Nov  4 03:11:34 2008
@@ -7632,7 +7632,7 @@
         }
         if (!strcmp(tmp,newkeystr))
         {
-		if (!mylink->newkey)
+		if ((!mylink->newkey) || mylink->newkeytimer)
 		{
 			mylink->newkeytimer = 0;
 			mylink->newkey = 1;




More information about the asterisk-commits mailing list