windows-afscreds-20061010

prevent a stack overflow if the afsd_service does not successfully
start after a request to do so is issued.
This commit is contained in:
Jeffrey Altman 2006-10-10 16:51:09 +00:00
parent 8b7e9da625
commit 3c13e5f0c0

View File

@ -222,7 +222,7 @@ BOOL CALLBACK Main_DlgProc (HWND hDlg, UINT msg, WPARAM wp, LPARAM lp)
CloseServiceHandle (hManager);
}
KFW_AFS_wait_for_service_start();
if (KFW_AFS_wait_for_service_start())
ObtainTokensFromUserIfNeeded(g.hMain);
}
break;