summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-02-25 23:16:58 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-02-25 23:16:58 +0000
commit1c0ab469812f9d8eee9d9138244187abd80b4a14 (patch)
tree9b2bc4cdf0ec1ed50c8edb66ec58a320892658ee
parente846035af08f495bda3fddcb112ffd184b00a2d6 (diff)
Fix a typo for detecting zaphfc.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6041 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/perl_modules/Dahdi/Chans.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/perl_modules/Dahdi/Chans.pm b/xpp/perl_modules/Dahdi/Chans.pm
index b2fdc15..5b83f14 100644
--- a/xpp/perl_modules/Dahdi/Chans.pm
+++ b/xpp/perl_modules/Dahdi/Chans.pm
@@ -150,7 +150,7 @@ sub new($$$$$$) {
# WP[TE]1: Sangoma. TODO: this one tells us if it is TE or NT.
# cwain: Junghanns E1 card.
$type = "PRI";
- } elsif ($fqn =~ m{\b(B4|ZTHFC%d*|ztqoz\d*)/.*}) {
+ } elsif ($fqn =~ m{\b(B4|ZTHFC\d*|ztqoz\d*)/.*}) {
# B4: The Digium wcb4xxp DAHDI driver
# ZTHFC: HFC-s single-port card (zaphfc/vzaphfc)
# ztqoz: qozap (Junghanns) multi-port HFC card