diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-11-18 12:59:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-11-18 12:59:14 +0000 |
commit | c72a9890a757b7c41a761945d27857f8ad373187 (patch) | |
tree | 43623d4ceacab420822d7d3262ecc3725b0ad73c /lib/network/connection/cellular_bluetooth.pm | |
parent | 29c6b1e79ae9460ea0ca8815ed5916a8dd286bc7 (diff) | |
download | drakx-net-c72a9890a757b7c41a761945d27857f8ad373187.tar drakx-net-c72a9890a757b7c41a761945d27857f8ad373187.tar.gz drakx-net-c72a9890a757b7c41a761945d27857f8ad373187.tar.bz2 drakx-net-c72a9890a757b7c41a761945d27857f8ad373187.tar.xz drakx-net-c72a9890a757b7c41a761945d27857f8ad373187.zip |
revert bogus part of last commit
Diffstat (limited to 'lib/network/connection/cellular_bluetooth.pm')
-rw-r--r-- | lib/network/connection/cellular_bluetooth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm index 21ea07d..5c99b63 100644 --- a/lib/network/connection/cellular_bluetooth.pm +++ b/lib/network/connection/cellular_bluetooth.pm @@ -2,7 +2,7 @@ package network::connection::cellular_bluetooth; use base qw(network::connection::cellular); - +use strict; use common; my $rfcomm_dev_prefix = "/dev/rfcomm"; |