[svn-commits] rmudgett: branch rmudgett/dahdi_facility r223798 - /team/rmudgett/dahdi_facil...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 12 17:04:04 CDT 2009


Author: rmudgett
Date: Mon Oct 12 17:04:00 2009
New Revision: 223798

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=223798
Log:
Fix typo in comment.

Modified:
    team/rmudgett/dahdi_facility/channels/sig_pri.c

Modified: team/rmudgett/dahdi_facility/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/dahdi_facility/channels/sig_pri.c?view=diff&rev=223798&r1=223797&r2=223798
==============================================================================
--- team/rmudgett/dahdi_facility/channels/sig_pri.c (original)
+++ team/rmudgett/dahdi_facility/channels/sig_pri.c Mon Oct 12 17:04:00 2009
@@ -2485,7 +2485,7 @@
 #else
 						sig_pri_handle_subcmds(pri, chanpos, e->e, e->facility.channel,
 							e->facility.subcmds, e->facility.call);
-#endif	/* defined(HAVE_PRI_CALL_REROUTING) */
+#endif	/* !defined(HAVE_PRI_CALL_REROUTING) */
 						sig_pri_unlock_private(pri->pvts[chanpos]);
 					}
 				}




More information about the svn-commits mailing list