need to be managed completely by -lldap_r.
#ifdef HAVE_KERBEROS
g->default_srvtab = SRVTAB;
#endif /* HAVE_KERBEROS */
-#if defined( HAVE_LWP )
- g->tsl_list = NULL;
- mon_create( &g->tsl_mon );
-#endif /* HAVE_LWP */
return g;
}
/* Default name of kerberos srvtab file */
char *default_srvtab;
#endif /* HAVE_KERBEROS */
-#if defined( HAVE_LWP ) && !defined( HAVE_THR )
- tl_t *tsl_list;
- mon_t tsl_mon;
-#endif /* THREAD_SUNOS4_LWP */
} Globals;
"Warning: freeing re (dn: %s) with nonzero refcnt\n",
re->re_dn, 0, 0 );
}
-#if !defined( HAVE_LWP )
- /* This seems to have problems under SunOS lwp */
+
ldap_pvt_thread_mutex_destroy( &re->re_mutex );
-#endif /* HAVE_LWP */
+
ch_free( re->re_timestamp );
if (( rh = re->re_replicas ) != NULL ) {
for ( i = 0; rh[ i ].rh_hostname != NULL; i++ ) {