Merge branch 'master' of git@github.com:mongodb/mongo
This commit is contained in:
@@ -665,7 +665,7 @@ namespace mongo {
|
||||
// should we be locked here? we aren't. might be ok as-is.
|
||||
recCacheCloseAll();
|
||||
|
||||
#if !defined(_WIN32) and !defined(__sunos__)
|
||||
#if !defined(_WIN32) && !defined(__sunos__)
|
||||
flock( lockFile, LOCK_UN );
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user