diff options
author | Mathias Stearn <mathias@10gen.com> | 2010-04-23 21:07:59 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2010-04-23 21:07:59 -0400 |
commit | 036a302e3806d216a2b768f24c501710b9acce8d (patch) | |
tree | dd3b0c5073f4d7b829d3f6278203fc0074503bfc /db/instance.cpp | |
parent | 4f3c48b853c16523e983fb00f80969e220e6ac52 (diff) | |
download | mongo-036a302e3806d216a2b768f24c501710b9acce8d.tar.gz |
Macro smashing. Also sequester lower-case null to ntservice.cpp
Diffstat (limited to 'db/instance.cpp')
-rw-r--r-- | db/instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/instance.cpp b/db/instance.cpp index e74c6cf9d03..cb93a042933 100644 --- a/db/instance.cpp +++ b/db/instance.cpp @@ -57,7 +57,7 @@ namespace mongo { string bind_ip = ""; - char *appsrvPath = null; + char *appsrvPath = NULL; DiagLog _diaglog; |