X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fslap.h;h=5b231775b1e1184cadab18493d300844dbe84fd1;hb=dc07e765f263ef459dcd2afd1ece01cfc85a0edd;hp=70abfad3ce573f75b71b5840d74a20c25a010445;hpb=29a7d6229a0c25707d78d3dac2334b2178df4217;p=openldap diff --git a/servers/slapd/slap.h b/servers/slapd/slap.h index 70abfad3ce..5b231775b1 100644 --- a/servers/slapd/slap.h +++ b/servers/slapd/slap.h @@ -19,7 +19,7 @@ #include "ldap_log.h" -#include "../../libraries/liblber/lber-int.h" +#include "lber.h" #include "ldap.h" #include "ldap_pvt_thread.h" @@ -418,7 +418,7 @@ typedef struct slap_conn { int c_conn_state; /* connection state */ ldap_pvt_thread_mutex_t c_mutex; /* protect the connection */ - Sockbuf c_sb; /* ber connection stuff */ + Sockbuf *c_sb; /* ber connection stuff */ /* only can be changed by connect_init */ time_t c_starttime; /* when the connection was opened */