[libpri-commits] rmudgett: branch 1.4 r1006 - /branches/1.4/q931.c
SVN commits to the libpri project
libpri-commits at lists.digium.com
Mon Aug 24 17:09:41 CDT 2009
Author: rmudgett
Date: Mon Aug 24 17:09:38 2009
New Revision: 1006
URL: http://svn.asterisk.org/svn-view/libpri?view=rev&rev=1006
Log:
Make sure reversecharge is initialized.
Modified:
branches/1.4/q931.c
Modified: branches/1.4/q931.c
URL: http://svn.asterisk.org/svn-view/libpri/branches/1.4/q931.c?view=diff&rev=1006&r1=1005&r2=1006
==============================================================================
--- branches/1.4/q931.c (original)
+++ branches/1.4/q931.c Mon Aug 24 17:09:38 2009
@@ -2954,6 +2954,7 @@
cur->useruserprotocoldisc = -1;
cur->aoc_units = -1;
cur->changestatus = -1;
+ cur->reversecharge = -1;
q931_party_number_init(&cur->redirection_number);
q931_party_address_init(&cur->called);
q931_party_id_init(&cur->local_id);
More information about the libpri-commits
mailing list