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:
Ludovic Marcotte
2011-06-23 19:09:01 +00:00
parent ca901e9b2f
commit e0f6982de2

View File

@@ -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];