summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/back-ldbm/ldbm_unbind.c
blob: 2cf5b0633686afc67b104c2471e96e6a2d674548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/
/* unbind.c - handle an ldap unbind operation */

#include "back-ldbm.h"

int
ldbm_back_unbind( Slapi_PBlock *pb )
{
	return( 0 );
}