]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/ldap-int.h
Sync with HEAD
[openldap] / libraries / libldap / ldap-int.h
index 11100f21f71654a01f4ab5a5d92be6869344a9a3..d50da9370dec3dfa66ac45135411d695db0d7ba7 100644 (file)
@@ -256,6 +256,7 @@ typedef struct ldapreq {
        char            *lr_res_matched;/* result matched DN string */
        BerElement      *lr_ber;        /* ber encoded request contents */
        LDAPConn        *lr_conn;       /* connection used to send request */
+       struct berval   lr_dn;  /* DN of request, in lr_ber */
        struct ldapreq  *lr_parent;     /* request that spawned this referral */
        struct ldapreq  *lr_child;      /* first child request */
        struct ldapreq  *lr_refnext;    /* next referral spawned */