diff options
Diffstat (limited to 'kppp/connect.cpp')
-rw-r--r-- | kppp/connect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kppp/connect.cpp b/kppp/connect.cpp index 1203f4ba..6cf6e2ae 100644 --- a/kppp/connect.cpp +++ b/kppp/connect.cpp @@ -1253,6 +1253,7 @@ bool ConnectWidget::execppp() { command += " " + gpppdata.speed(); command += " -detach"; + command += " call kppp-options"; if(gpppdata.ipaddr() != "0.0.0.0" || gpppdata.gateway() != "0.0.0.0") { |