From e02157a68d186a17778d3b393a327660df5fbac3 Mon Sep 17 00:00:00 2001 From: dwmw2 Date: Sat, 07 Jun 2003 15:49:06 +0000 Subject: Don't close the tty before invoking pppd. It makes it difficult to use. --- (limited to 'noncore') diff --git a/noncore/settings/networksettings/ppp/connect.cpp b/noncore/settings/networksettings/ppp/connect.cpp index 798431b..6905d79 100644 --- a/noncore/settings/networksettings/ppp/connect.cpp +++ b/noncore/settings/networksettings/ppp/connect.cpp @@ -828,7 +828,10 @@ void ConnectWidget::timerEvent(QTimerEvent *) { // Close the tty. This prevents the QTimer::singleShot() in // Modem::readtty() from re-enabling the socket notifier. // The port is still held open by the helper process. - _ifaceppp->modem()->closetty(); + + /* Er, there _is_ not QTimer::singleShot() in Modem::readtty(), + and closing the thing prevents pppd from using it later. */ + //_ifaceppp->modem()->closetty(); killTimer( main_timer_ID ); -- cgit v0.9.0.2