From 20dc11b1fdd76aa3eb1a62ca7300d82c1a348509 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Mon, 19 May 2008 12:17:33 +0000 Subject: * Zaptel-1.2.x does not have zt_alarm_channel(). Move up the backward compatibility kludge so it actually affect code (failed compilation on zaptel-1.2 from Digium without (Closes issue #12654 ). * Cleanup a compile warning in xpp/card_global.c . * Fix regression in PRI init script (case of less than 4 modules). * Update changelog and bump version. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4304 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/card_global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/card_global.c') diff --git a/xpp/card_global.c b/xpp/card_global.c index 091ceaf..7a3d101 100644 --- a/xpp/card_global.c +++ b/xpp/card_global.c @@ -96,7 +96,7 @@ static int execute_chip_command(xpd_t *xpd, const int argc, char *argv[]) bool writing; int op; /* [W]rite, [R]ead */ int addr_mode; /* [D]irect, [I]ndirect, [Mm]ulti */ - bool do_indirect; + bool do_indirect = 0; int regnum; int subreg; int data_low; -- cgit v1.2.3