From 7693e9df821805b9d168817181aad8450f995270 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Sat, 27 Sep 2008 01:32:47 +0000 Subject: [PATCH] Monotone-Parent: c6900964008d79668f220a86e8a60e9a660b9c0d Monotone-Revision: e0268121f41f4a9ac6226ffcf9e54efb36a9d2d3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-27T01:32:47 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoLDAPUserDefaults.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/SOGo/SOGoLDAPUserDefaults.m b/SoObjects/SOGo/SOGoLDAPUserDefaults.m index 28a9863c2..44d8f25ab 100644 --- a/SoObjects/SOGo/SOGoLDAPUserDefaults.m +++ b/SoObjects/SOGo/SOGoLDAPUserDefaults.m @@ -289,6 +289,7 @@ _convertLDAPAtomToNSDictionary (_SOGoLDAPValue *atom) static _SOGoLDAPValue * _initLDAPDefaults () { +#error dn, password, uri, configDN should be defined const char *dn, *password, *uri, *configDN; LDAP *ldapHandle; int rc, opt;