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

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


Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- q931.c      24 May 2005 15:03:33 -0000      1.128
+++ q931.c      29 May 2005 15:08:23 -0000      1.129
@@ -3074,7 +3074,7 @@
        case Q931_CALL_STATE_RESTART:
        case Q931_CALL_STATE_RESTART_REQUEST:
                /* sent RESTART */
-               pri_error(pri, "q931_hangup shouldn't be called in this state, 
ourstate %s, peerstate 
%s\n",callstate2str(c->ourcallstate),callstate2str(c->peercallstate));
+               pri_error(pri, "q931_hangup shouldn't be called in this state, 
ourstate %s, peerstate 
%s\n",c->ourcallstate,callstate2str(c->ourcallstate),callstate2str(c->peercallstate));
                break;
        default:
                pri_error(pri, "We're not yet handling hanging up when our 
state is %d, contact [EMAIL PROTECTED], ourstate %s, peerstate 
%s\n",callstate2str(c->ourcallstate),callstate2str(c->peercallstate));

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to