Turned Auto Reconnect on by default in WvDial.

git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@13 6619c942-59fa-0310-bf43-a07aaa81d9ac
This commit is contained in:
dcoombs 1998-10-05 14:22:27 +00:00
parent 34e301f10c
commit 734178aeeb
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ void WvDialer::load_options( WvConf& cfg, WvStringList& sect_list )
{ "Stupid Mode", NULL, &options.stupid_mode, "", false },
{ "New PPPD", NULL, &options.new_pppd, "", false },
{ "ISDN", NULL, &options.isdn, "", false },
{ "Auto Reconnect", NULL, &options.auto_reconnect,"", false },
{ "Auto Reconnect", NULL, &options.auto_reconnect,"", true },
{ NULL, NULL, NULL, "", 0 }
};