fix comment in verifyLogin

This commit is contained in:
Dan Mills 2008-06-26 14:30:38 -07:00
parent 2873c5b700
commit 909d679020

View File

@ -514,7 +514,7 @@ WeaveSvc.prototype = {
let status = yield DAV.checkLogin.async(DAV, self.cb, username, password);
if (status == 404) {
// create user directory (for self-hosted webdav shares)
// XXX move to initialize?
// XXX do this in login?
yield this._checkUserDir.async(this, self.cb);
status = yield DAV.checkLogin.async(DAV, self.cb, username, password);
}