From 79be4b64a3ef2e3a5d9c0606199c01c3ccfc5e24 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Wed, 5 Aug 2009 16:00:27 -0400 Subject: clean up dbexit with an ExitCode enum SERVER-183 --- util/file_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/file_allocator.h') 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 ); } { -- cgit v1.2.1