[Asterisk-cvs] libpri q931.c,1.140,1.141
mattf
mattf
Tue Oct 25 13:07:03 CDT 2005
Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv9199
Modified Files:
q931.c
Log Message:
Fix typo in commit
Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- q931.c 21 Oct 2005 20:20:22 -0000 1.140
+++ q931.c 25 Oct 2005 16:59:59 -0000 1.141
@@ -2525,7 +2525,7 @@
return send_message(pri, c, Q931_CALL_PROCEEDING, call_proceeding_ies);
}
#ifndef ALERTING_NO_PROGRESS
-static int alerting_ies[] = { Q931_PROGRESS_INDICATOR, Q931_IE_USER_USER -1 };
+static int alerting_ies[] = { Q931_PROGRESS_INDICATOR, Q931_IE_USER_USER, -1 };
#else
static int alerting_ies[] = { -1 };
#endif
More information about the svn-commits
mailing list