/* 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 #include #include "slap.h" void ldbm_back_unbind( Backend *be, Connection *conn, Operation *op ) { }