mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10003
This commit is contained in:
parent
3041d396c9
commit
ecfe6aaf64
|
@ -812,7 +812,7 @@ int DebuggerInitialize( LPCSTR pszBOINCLocation, LPCSTR pszSymbolStore, BOOL bPr
|
|||
_ftprintf(stderr, _T("SymbolServerSetOptions(): Register Proxy Failed, GetLastError = %lu\n"), gle);
|
||||
}
|
||||
} else {
|
||||
if (!pSSSO(SSRVOPT_PROXY, (ULONG64)NULL) {
|
||||
if (!pSSSO(SSRVOPT_PROXY, (ULONG64)NULL)) {
|
||||
_ftprintf(stderr, _T("SymbolServerSetOptions(): Register Proxy Failed, GetLastError = %lu\n"), gle);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue