summaryrefslogtreecommitdiff
path: root/util/file_allocator.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-08-05 16:00:27 -0400
committerEliot Horowitz <eliot@10gen.com>2009-08-05 16:00:27 -0400
commit79be4b64a3ef2e3a5d9c0606199c01c3ccfc5e24 (patch)
treeffdae79ad7634e3642ed0c57687f5a4c7c1e85f5 /util/file_allocator.h
parent7d335e715c65d71611c5c4d7134ad8529eb3893a (diff)
downloadmongo-79be4b64a3ef2e3a5d9c0606199c01c3ccfc5e24.tar.gz
clean up dbexit with an ExitCode enum SERVER-183
Diffstat (limited to 'util/file_allocator.h')
-rw-r--r--util/file_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/file_allocator.h b/util/file_allocator.h
index 7d6917eb1bc..f4faff9b9a1 100644
--- a/util/file_allocator.h
+++ b/util/file_allocator.h
@@ -183,7 +183,7 @@ namespace mongo {
} catch ( ... ) {
}
a_.failed_ = true;
- dbexit( 45 );
+ dbexit( EXIT_FS );
}
{