Fix over previous commit on mutli-domain stuff

Monotone-Parent: fbae6d1883c541db7a57fdf725e970f6cc80c44f
Monotone-Revision: 40d6cb69296008deaa81f30c913c4413c0aa6997

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-06-29T21:54:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2011-06-29 21:54:59 +00:00
parent 710b51581b
commit 83f3537839
2 changed files with 1 additions and 1 deletions

View File

@@ -64,6 +64,7 @@
checkLogin: [_login stringByReplacingString: @"%40"
withString: @"@"]
password: _pwd
domain: nil
perr: &perr
expire: &expire
grace: &grace]

View File

@@ -41,7 +41,6 @@
- (NSString *) domain;
- (BOOL) checkLogin: (NSString *) _login
password: (NSString *) _pwd
perr: (SOGoPasswordPolicyError *) _perr
expire: (int *) _expire