Skip to content

Commit a9d00b0

Browse files
authored
Merge pull request #107 from nutdotnet/104-Auto-Recon-Halts
Re-enable retry connection on first start
2 parents 7e99d73 + 35b30c4 commit a9d00b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinNUT_V2/WinNUT-Client/WinNUT.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Public Class WinNUT
402402
' Begin auto-connecting if user indicated they wanted it. (Note: Will hang form because we don't do threading yet)
403403
If Arr_Reg_Key.Item("AutoReconnect") Then
404404
LogFile.LogTracing("Auto-connecting to UPS on startup.", LogLvl.LOG_NOTICE, Me)
405-
UPS_Connect()
405+
UPS_Connect(True)
406406
End If
407407

408408
LogFile.LogTracing("Completed WinNUT_Shown", LogLvl.LOG_DEBUG, Me)

0 commit comments

Comments
 (0)