[Asterisk-cvs] libpri q931.c,1.87.2.2,1.87.2.3

russell at lists.digium.com russell at lists.digium.com
Sun May 29 11:07:02 CDT 2005


Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv6912

Modified Files:
      Tag: v1-0
	q931.c 
Log Message:
add missing argument (bug #4405)


Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.87.2.2
retrieving revision 1.87.2.3
diff -u -d -r1.87.2.2 -r1.87.2.3
--- q931.c	4 Apr 2005 07:19:59 -0000	1.87.2.2
+++ q931.c	29 May 2005 15:10:34 -0000	1.87.2.3
@@ -2378,7 +2378,7 @@
 		pri_error("q931_hangup shouldn't be called in this state, ourstate %s, peerstate %s\n",callstate2str(c->ourcallstate),callstate2str(c->peercallstate));
 		break;
 	default:
-		pri_error("We're not yet handling hanging up when our state is %d, contact support at digium.com, ourstate %s, peerstate %s\n",callstate2str(c->ourcallstate),callstate2str(c->peercallstate));
+		pri_error("We're not yet handling hanging up when our state is %d, contact support at digium.com, ourstate %s, peerstate %s\n",c->ourcallstate,callstate2str(c->ourcallstate),callstate2str(c->peercallstate));
 		return -1;
 	}
 	/* we did handle hangup properly at this point */




More information about the svn-commits mailing list