openldap/servers/slapd/back-ldbm/unbind.c

17 lines
232 B
C
Raw Normal View History

1998-08-08 20:43:13 -04:00
/* unbind.c - handle an ldap unbind operation */
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include "slap.h"
int
ldbm_back_unbind(
Backend *be,
Connection *conn,
Operation *op
)
{
return( 0 );
}