[svn-commits] tzafrir: branch tools/tzafrir/sysfs r8116 - /tools/team/tzafrir/sysfs/xpp/per...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Feb 26 07:15:24 CST 2010
Author: tzafrir
Date: Fri Feb 26 07:15:19 2010
New Revision: 8116
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8116
Log:
Fix channel SysFS node names.
Modified:
tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Span.pm
Modified: tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Span.pm
URL: http://svnview.digium.com/svn/dahdi/tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Span.pm?view=diff&rev=8116&r1=8115&r2=8116
==============================================================================
--- tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Span.pm (original)
+++ tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Span.pm Fri Feb 26 07:15:19 2010
@@ -228,7 +228,7 @@
$self->{CHANS} = [];
my @channels;
- foreach my $chan_dev_dir (glob("$dev_dir/dahdi_chan:$num_str:[0-9][0-9]")) {
+ foreach my $chan_dev_dir (glob("$dev_dir/$num_str:[0-9][0-9]")) {
my $chan = Dahdi::Chans->new($self, $chan_dev_dir);
push(@channels, $chan);
}
More information about the svn-commits
mailing list