This commit is contained in:
Dwight
2010-06-29 13:17:57 -04:00
parent df99ec85df
commit 6011eee820
6 changed files with 17 additions and 13 deletions

View File

@@ -488,7 +488,7 @@ namespace mongo {
pid_ = pi.dwProcessId;
handles.insert( make_pair( pid_, pi.hProcess ) );
#else
pid_ = fork();