Fixed typos in previous commit.

Monotone-Parent: 9b6a87c288fd476ce2774933261d8fc081fc8334
Monotone-Revision: c6339a8aa68698c675ee2d4eb594d55534556d0a

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-03-08T21:01:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-03-08 21:01:25 +00:00
parent 17bb6a4c7a
commit df8b5ba7d5
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -153,7 +153,7 @@
if ((b = [auth checkLogin: username password: password
perr: &err expire: &expire grace: &grace])
&& (err == PolicyNoError || err == PolicyChangeAfterReset))
&& (err == PolicyNoError))
{
[self logWithFormat: @"successful login for user '%@'", username];
response = [self responseWith204];