Skip to content
Snippets Groups Projects
Commit daeb0284 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

LDAPworld P8: UD does not compile when NO_CACHE defined

parent 8893be29
No related branches found
No related tags found
No related merge requests found
......@@ -722,3 +722,22 @@ SIG_FN chwinsz()
(void) signal(SIGWINCH, chwinsz);
}
#endif
#if defined(NO_CACHE)
void ldap_uncache_entry( LDAP *ld, char *dn )
{
}
int ldap_enable_cache( LDAP *ld, long timeout, long maxmem )
{
return 0;
}
void ldap_flush_cache( LDAP *ld )
{
}
#endif /* NO_CACHE */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment