diff --git a/boot.js b/boot.js index b64e72ae4e..c49adb2f89 100644 --- a/boot.js +++ b/boot.js @@ -25,7 +25,7 @@ module.exports = function (cb) { }) } - var authStr, authMechanismStr, authMechanism; + var authStr = '', authMechanismStr, authMechanism; if(c.mongo.username){ authStr = encodeURIComponent(c.mongo.username)