fix build without threads (ITS#4721)

This commit is contained in:
Pierangelo Masarati 2006-10-26 22:03:12 +00:00
parent ca3451504c
commit 5ee5709993

View file

@ -229,4 +229,11 @@ ldap_pvt_thread_self( void )
return(0);
}
ldap_pvt_thread_t
ldap_pvt_thread_pool_tid( void *vctx )
{
return(0);
}
#endif /* NO_THREADS */