[svn-commits] rmudgett: branch rmudgett/link_q921 r2050 - /team/rmudgett/link_q921/q921.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 19 15:04:49 CDT 2010


Author: rmudgett
Date: Tue Oct 19 15:04:47 2010
New Revision: 2050

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2050
Log:
Use correct reference.

Modified:
    team/rmudgett/link_q921/q921.c

Modified: team/rmudgett/link_q921/q921.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/link_q921/q921.c?view=diff&rev=2050&r1=2049&r2=2050
==============================================================================
--- team/rmudgett/link_q921/q921.c (original)
+++ team/rmudgett/link_q921/q921.c Tue Oct 19 15:04:47 2010
@@ -855,7 +855,7 @@
 		f = calloc(1, sizeof(q921_frame) + len + 2);
 		if (f) {
 			Q921_INIT(link, f->h);
-			switch(link->localtype) {
+			switch (ctrl->localtype) {
 			case PRI_NETWORK:
 				if (cr)
 					f->h.h.c_r = 1;




More information about the svn-commits mailing list