[svn-commits] rmudgett: branch rmudgett/mwi2 r2199 - /team/rmudgett/mwi2/q931.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 9 13:57:13 CST 2011


Author: rmudgett
Date: Wed Feb  9 13:57:09 2011
New Revision: 2199

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2199
Log:
Should have compiled this first.

Modified:
    team/rmudgett/mwi2/q931.c

Modified: team/rmudgett/mwi2/q931.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/mwi2/q931.c?view=diff&rev=2199&r1=2198&r2=2199
==============================================================================
--- team/rmudgett/mwi2/q931.c (original)
+++ team/rmudgett/mwi2/q931.c Wed Feb  9 13:57:09 2011
@@ -2344,7 +2344,7 @@
 
 	switch (msgtype) {
 	case Q931_FACILITY:
-		if (!q931_is_dummy_call(call) {
+		if (!q931_is_dummy_call(call)) {
 			/* Discard the number. */
 			return 0;
 		}




More information about the svn-commits mailing list