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;