Revert "Revert "SERVER-305 record uri on connect""

This reverts commit 149248b4eb.
This commit is contained in:
Aaron
2010-02-22 12:08:54 -08:00
parent 149248b4eb
commit cd1dfe32b0
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;