mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 11:29:27 -05:00
Removed unused unbind stuff
This commit is contained in:
parent
78c6bd9d23
commit
ce9ac6d273
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
/* 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
|
||||
)
|
||||
{
|
||||
}
|
||||
Loading…
Reference in a new issue