openldap/servers/slapd/back-ldbm/unbind.c
1998-10-25 01:41:42 +00:00

20 lines
233 B
C

/* unbind.c - handle an ldap unbind operation */
#include "portable.h"
#include <stdio.h>
#include <ac/socket.h>
#include "slap.h"
int
ldbm_back_unbind(
Backend *be,
Connection *conn,
Operation *op
)
{
return( 0 );
}