summaryrefslogtreecommitdiff
path: root/src/mongo/s/type_mongos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/type_mongos.cpp')
-rw-r--r--src/mongo/s/type_mongos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/type_mongos.cpp b/src/mongo/s/type_mongos.cpp
index 0ff363cbc86..07009c6a864 100644
--- a/src/mongo/s/type_mongos.cpp
+++ b/src/mongo/s/type_mongos.cpp
@@ -131,7 +131,7 @@ namespace mongo {
_name.clear();
_isNameSet = false;
- _ping = 0ULL;
+ _ping = Date_t();
_isPingSet = false;
_up = 0;