Pressing button 2 to make an ISDN connection didn't work.

This commit is contained in:
paul 2003-03-11 14:15:02 +00:00
parent 0f2ed1f3d8
commit 713b726d7a
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ static void NetUp (gw, event, params, nparams)
NetstatWidget w = (NetstatWidget) gw;
if ((w->netstat.state <= 1) && (!updownwait)) {
if ((w->netstat.state <= 2) && (!updownwait)) {
w->netstat.state = 5;
updownwait = 150 / w->netstat.update;
if (updownwait < 2)