summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
authorjdixon <jdixon@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-22 22:07:08 +0000
committerjdixon <jdixon@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-22 22:07:08 +0000
commit4fe2881da4034c802093f4e6e0a0b1edb8a28a03 (patch)
tree4be406848c2d0eff2a9f01f61bb4820d3b175903 /ztcfg.c
parent779626738ccc03f9176c4cb6029745df1e4b612b (diff)
Fixed problem preventing multiple channels from using multiple CTCSS
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4190 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztcfg.c')
-rw-r--r--ztcfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ztcfg.c b/ztcfg.c
index 08bc580..94c40c4 100644
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -1018,6 +1018,7 @@ static int rad_chanconfig(char *keyword, char *args)
int x,i,n;
struct zt_radio_param p;
+ toneindex = 1;
bzero(chans, sizeof(chans));
res = rad_apply_channels(chans, args);
if (res <= 0)