SERVER-305 record uri on connect

This commit is contained in:
Aaron
2010-02-22 10:32:55 -08:00
parent 6ebe1c9532
commit ae80a66ff8
7 changed files with 22 additions and 6 deletions

View File

@@ -155,6 +155,7 @@ namespace mongo {
JS_ReportError( cx , ((string)"couldn't connect: " + errmsg).c_str() );
return JS_FALSE;
}
ScriptEngine::runConnectCallback( *c );
}
else { // paired
int numCommas = 0;