summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/cellular_bluetooth.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-05-15 22:05:12 +0000
committerOlivier Blin <oblin@mandriva.com>2008-05-15 22:05:12 +0000
commit20e7229a7664a938d5f11e27942b727fb22e51ad (patch)
treee8a5655c97ed02697e1cffa65b58394515e16f78 /lib/network/connection/cellular_bluetooth.pm
parent1b3e50b2d7af1700f89ac6fb46ac54c52c9cc7f5 (diff)
downloaddrakx-net-20e7229a7664a938d5f11e27942b727fb22e51ad.tar
drakx-net-20e7229a7664a938d5f11e27942b727fb22e51ad.tar.gz
drakx-net-20e7229a7664a938d5f11e27942b727fb22e51ad.tar.bz2
drakx-net-20e7229a7664a938d5f11e27942b727fb22e51ad.tar.xz
drakx-net-20e7229a7664a938d5f11e27942b727fb22e51ad.zip
factorize in network::connection::cellular
Diffstat (limited to 'lib/network/connection/cellular_bluetooth.pm')
-rw-r--r--lib/network/connection/cellular_bluetooth.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm
index 80c6cb4..77bf964 100644
--- a/lib/network/connection/cellular_bluetooth.pm
+++ b/lib/network/connection/cellular_bluetooth.pm
@@ -87,7 +87,6 @@ rfcomm$dev {
$self->{access}{at_commands} = [ qq(AT+CGDCONT=$cid,"IP","$self->{access}{apn}") ];
$self->{access}{dial_number} = "*99***$cid#";
- $self->write_cellular_settings;
$self->SUPER::write_settings;
}