X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fresult.c;h=228d4efdc4f666e39cae25e8f30820896a9f4fa4;hb=e25f6ef0cdd1780577dffeaca8ba8b19b5697880;hp=47699043490bf7d8b3c244dddb1e83ad6f27fea1;hpb=af862f8c6b3efac0321631130014b5022808adcf;p=openldap diff --git a/servers/slapd/result.c b/servers/slapd/result.c index 4769904349..228d4efdc4 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -19,7 +19,7 @@ #include "slap.h" -static char *v2ref( BVarray ref, const char *text ) +static char *v2ref( BerVarray ref, const char *text ) { size_t len = 0, i = 0; char *v2; @@ -175,7 +175,7 @@ send_ldap_response( ber_int_t err, const char *matched, const char *text, - BVarray ref, + BerVarray ref, const char *resoid, struct berval *resdata, struct berval *sasldata, @@ -381,7 +381,7 @@ send_ldap_result( ber_int_t err, const char *matched, const char *text, - BVarray ref, + BerVarray ref, LDAPControl **ctrls ) { @@ -465,7 +465,7 @@ send_ldap_sasl( ber_int_t err, const char *matched, const char *text, - BVarray ref, + BerVarray ref, LDAPControl **ctrls, struct berval *cred ) @@ -498,7 +498,7 @@ send_ldap_extended( ber_int_t err, const char *matched, const char *text, - BVarray refs, + BerVarray refs, const char *rspoid, struct berval *rspdata, LDAPControl **ctrls @@ -537,7 +537,7 @@ send_search_result( ber_int_t err, const char *matched, const char *text, - BVarray refs, + BerVarray refs, LDAPControl **ctrls, int nentries ) @@ -1002,9 +1002,9 @@ send_search_reference( Connection *conn, Operation *op, Entry *e, - BVarray refs, + BerVarray refs, LDAPControl **ctrls, - BVarray *v2refs + BerVarray *v2refs ) { char berbuf[256];