]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/thr_stub.c
fix test when slapo-memberof(5) built as module (ITS#5132)
[openldap] / libraries / libldap_r / thr_stub.c
index c4db69659ad149d20ef8afd497818d66f04dd56a..1eabb5b7a1d840447f032b0c7e0581b65434ad9c 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2007 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -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 */