openldap/servers/slapd/back-ldbm/unbind.c
2000-05-13 02:47:56 +00:00

23 lines
362 B
C

/* unbind.c - handle an ldap unbind operation */
/* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h"
#include <stdio.h>
#include <ac/socket.h>
#include "slap.h"
void
ldbm_back_unbind(
Backend *be,
Connection *conn,
Operation *op
)
{
}