mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
ITS#1735 unused conn.c_uthc_backend, include ldap_pvt.h
This commit is contained in:
parent
491c0f22e0
commit
5c4a924f81
@ -605,7 +605,6 @@ void connection2anonymous( Connection *c )
|
||||
}
|
||||
c->c_cdn.bv_len = 0;
|
||||
|
||||
c->c_authc_backend = NULL;
|
||||
c->c_authz_backend = NULL;
|
||||
|
||||
{
|
||||
|
@ -1513,10 +1513,7 @@ typedef struct slap_conn {
|
||||
struct berval c_sasl_bind_mech; /* mech in progress */
|
||||
struct berval c_cdn;
|
||||
|
||||
/* authentication backend */
|
||||
Backend *c_authc_backend;
|
||||
|
||||
/* authorization backend - normally same as c_authc_backend */
|
||||
/* authorization backend */
|
||||
Backend *c_authz_backend;
|
||||
|
||||
AuthorizationInformation c_authz;
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <ldap_pvt.h>
|
||||
#include "slurp.h"
|
||||
#include "globals.h"
|
||||
#include "lutil.h"
|
||||
|
Loading…
Reference in New Issue
Block a user