8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 09:23:03 +01:00
This commit is contained in:
asfernandes 2010-12-04 17:19:48 +00:00
parent 8e10d76be9
commit eb257542c1

View File

@ -275,7 +275,7 @@ int WINAPI WinMain(HINSTANCE hThisInst, HINSTANCE /*hPrevInst*/, LPSTR lpszArgs,
iscLogException("Server error", ex);
}
fb_shutdown(5*1000 /*5 seconds*/, fb_shutrsn_no_connection);
fb_shutdown(5 * 1000 /*5 seconds*/, fb_shutrsn_no_connection);
}
else if (!(server_flag & SRVR_non_service))
{