Skip to content

Commit

Permalink
POSIX related correction for CORE-3671, thanks to Alex
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed Dec 20, 2011
1 parent 9b6c203 commit 72dc924
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jrd/jrd.cpp
Expand Up @@ -3372,7 +3372,11 @@ int GDS_SHUTDOWN(unsigned int timeout)
attach_count, database_count, svc_count);
}

#ifdef WIN_NT
if (timeout && !bEmbedded)
#else
if (timeout)
#endif
{
Semaphore shutdown_semaphore;

Expand Down

0 comments on commit 72dc924

Please sign in to comment.