Skip to content

Commit 5ab9c9b

Browse files
committed
fix for 1.2
1 parent 672fda4 commit 5ab9c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/mmap_win.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ namespace mongo {
100100
}
101101

102102
void MemoryMappedFile::flush(bool sync) {
103-
uassert(13056, "Async flushing not supported on windows", sync);
103+
uassert("Async flushing not supported on windows", sync);
104104

105105
if (!view) return;
106106

0 commit comments

Comments
 (0)