diff --git a/db/instance.cpp b/db/instance.cpp index e436ba2f9ca..156e3028cc0 100644 --- a/db/instance.cpp +++ b/db/instance.cpp @@ -497,7 +497,7 @@ namespace mongo { if( ntoreturn ) ss << " ntoreturn:" << ntoreturn; - time_t start; + time_t start = 0; int pass = 0; bool exhaust = false; QueryResult* msgdata;