From: <svn...@op...> - 2009-08-15 12:36:49
|
Author: scriptor Date: Sat Aug 15 14:36:27 2009 New Revision: 5718 URL: http://www.opensync.org/changeset/5718 Log: I have removed one debug setting that had accidentally crept into the svn repository. Modified: plugins/ldap-sync/src/ldap_plugin.h Modified: plugins/ldap-sync/src/ldap_plugin.h ============================================================================== --- plugins/ldap-sync/src/ldap_plugin.h Sat Aug 15 14:36:00 2009 (r5717) +++ plugins/ldap-sync/src/ldap_plugin.h Sat Aug 15 14:36:27 2009 (r5718) @@ -150,7 +150,7 @@ ///< ldap_format_convert_xmlinternal2ldap() -// undef DEBUG_auth +#undef DEBUG_auth #undef DEBUG_configuration #undef DEBUG_detection #undef DEBUG_ldapdata_from_server |