From 391ca2b933c74a3301caec04de5acfe5746a1acf Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 15 May 2008 22:19:54 +0000 Subject: do not forget to call SUPER... --- lib/network/connection/cellular_bluetooth.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/network/connection/cellular_bluetooth.pm') diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm index bd241b6..d320a6e 100644 --- a/lib/network/connection/cellular_bluetooth.pm +++ b/lib/network/connection/cellular_bluetooth.pm @@ -75,6 +75,8 @@ sub set_ppp_settings { $self->{access}{cid} = 1; $self->{access}{at_commands} = [ qq(AT+CGDCONT=$self->{access}{cid},"IP","$self->{access}{apn}") ]; + + $self->SUPER::set_ppp_settings; } sub write_settings { -- cgit v1.2.1