mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 04:18:51 +00:00
one more sanity check
Monotone-Parent: dc5ddbbb3305b9f0cb8fe2e2044f0a2673ef24ca Monotone-Revision: 94b9cd9ca57eca41ee588c8d41da668682bdb1d0 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-06-23T19:09:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -488,7 +488,7 @@ andMultipleBookingsField: (NSString *) newMultipleBookingsField
|
||||
|
||||
didBind = NO;
|
||||
|
||||
if ([_login length] > 0)
|
||||
if ([_login length] > 0 && [_pwd length] > 0)
|
||||
{
|
||||
bindConnection = [[NGLdapConnection alloc] initWithHostName: hostname
|
||||
port: port];
|
||||
|
||||
Reference in New Issue
Block a user