Skip to content
Snippets Groups Projects
Commit 5c4a924f authored by Howard Chu's avatar Howard Chu
Browse files

ITS#1735 unused conn.c_uthc_backend, include ldap_pvt.h

parent 491c0f22
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment