Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jberkman
evolution-exchange-2.6
openldap-connector-static-ldap.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openldap-connector-static-ldap.patch of Package evolution-exchange-2.6
Index: libraries/libldap/init.c =================================================================== RCS file: /repo/OpenLDAP/pkg/ldap/libraries/libldap/init.c,v retrieving revision 1.82.2.5 diff -u -p -r1.82.2.5 init.c --- libraries/libldap/init.c 7 Sep 2004 22:34:42 -0000 1.82.2.5 +++ libraries/libldap/init.c 26 Oct 2004 14:53:00 -0000 @@ -28,7 +28,7 @@ #include "ldap-int.h" #include "ldap_defaults.h" -struct ldapoptions ldap_int_global_options = +struct ldapoptions ldap_int_connector_options = { LDAP_UNINITIALIZED, LDAP_DEBUG_NONE }; #define ATTR_NONE 0 Index: libraries/libldap/ldap-int.h =================================================================== RCS file: /repo/OpenLDAP/pkg/ldap/libraries/libldap/ldap-int.h,v retrieving revision 1.148.2.6 diff -u -p -r1.148.2.6 ldap-int.h --- libraries/libldap/ldap-int.h 1 Jan 2004 18:16:29 -0000 1.148.2.6 +++ libraries/libldap/ldap-int.h 26 Oct 2004 14:53:00 -0000 @@ -58,7 +58,7 @@ # define LDAP_INT_GLOBAL_OPT() ldap_int_global_opt() struct ldapoptions *ldap_int_global_opt(void); #else -# define LDAP_INT_GLOBAL_OPT() (&ldap_int_global_options) +# define LDAP_INT_GLOBAL_OPT() (&ldap_int_connector_options) #endif #define ldap_debug ((LDAP_INT_GLOBAL_OPT())->ldo_debug) @@ -360,7 +360,7 @@ LDAP_V( ldap_pvt_thread_mutex_t ) ldap_i * in init.c */ -LDAP_V ( struct ldapoptions ) ldap_int_global_options; +LDAP_V ( struct ldapoptions ) ldap_int_connector_options; LDAP_F ( void ) ldap_int_initialize LDAP_P((struct ldapoptions *, int *)); LDAP_F ( void ) ldap_int_initialize_global_options LDAP_P(( Index: libraries/libldap/options.c =================================================================== RCS file: /repo/OpenLDAP/pkg/ldap/libraries/libldap/options.c,v retrieving revision 1.63.2.3 diff -u -p -r1.63.2.3 options.c --- libraries/libldap/options.c 16 Jul 2004 19:51:42 -0000 1.63.2.3 +++ libraries/libldap/options.c 26 Oct 2004 14:53:00 -0000 @@ -509,7 +509,7 @@ ldap_set_option( * updated to the current global default */ ludlist = ldap_url_duplist( - ldap_int_global_options.ldo_defludp); + ldap_int_connector_options.ldo_defludp); if (ludlist == NULL) rc = LDAP_NO_MEMORY; } @@ -542,7 +542,7 @@ ldap_set_option( * updated to the current global default */ ludlist = ldap_url_duplist( - ldap_int_global_options.ldo_defludp); + ldap_int_connector_options.ldo_defludp); if (ludlist == NULL) rc = LDAP_NO_MEMORY; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor