summaryrefslogtreecommitdiff
path: root/xpp/dahdi_hardware
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/dahdi_hardware')
-rwxr-xr-xxpp/dahdi_hardware2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/dahdi_hardware b/xpp/dahdi_hardware
index d869f32..68b2345 100755
--- a/xpp/dahdi_hardware
+++ b/xpp/dahdi_hardware
@@ -36,7 +36,7 @@ sub show_xbus($) {
my $connector = ($xbus->status eq 'CONNECTED') ? $xbus->connector : "MISSING";
printf " LABEL=%-20s CONNECTOR=%-20s\n", $label, $connector;
foreach my $xpd (@xpds) {
- my $reg = $xpd->zt_registration;
+ my $reg = $xpd->dahdi_registration;
my $span;
my $spanstr;
if($reg && @spans) {