mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user