summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/printerdrake.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-12 14:24:42 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-12 14:24:42 +0000
commit8ca1bcb9079fc94012955982e7a6e5ace8865bbc (patch)
tree79d3b226580742fe4b89fc2f078d39c01f1bdb74 /perl-install/printer/printerdrake.pm
parent28a2fe02c80f3177153f2628572bf19cfb2cdcb6 (diff)
downloaddrakx-8ca1bcb9079fc94012955982e7a6e5ace8865bbc.tar
drakx-8ca1bcb9079fc94012955982e7a6e5ace8865bbc.tar.gz
drakx-8ca1bcb9079fc94012955982e7a6e5ace8865bbc.tar.bz2
drakx-8ca1bcb9079fc94012955982e7a6e5ace8865bbc.tar.xz
drakx-8ca1bcb9079fc94012955982e7a6e5ace8865bbc.zip
fix getSNMPModel() location
Diffstat (limited to 'perl-install/printer/printerdrake.pm')
-rw-r--r--perl-install/printer/printerdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index 97f1f00d7..ef3dd3d37 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -1206,7 +1206,7 @@ complete => sub {
# Auto-detect printer model (works if host is an ethernet-connected
# printer)
my $remotehost = $1;
- my $modelinfo = printer::main::getSNMPModel($remotehost);
+ my $modelinfo = printer::detect::getSNMPModel($remotehost);
my $auto_hpoj;
if ((defined($modelinfo)) &&
($modelinfo->{MANUFACTURER} ne "") &&