Skip to content

Commit d84a264

Browse files
committed
Added server connection continuation after update #2
1 parent 95269af commit d84a264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/sdk/SharedUtil.Misc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ SString SharedUtil::GetPostUpdateConnect( void )
345345
// Expire after 5 mins
346346
double seconds = difftime( time( NULL ), timeThen );
347347
if ( seconds < 0 || seconds > 60 * 5 )
348-
strHost == "";
348+
strHost = "";
349349

350350
return strHost;
351351
}

0 commit comments

Comments
 (0)