]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/sessionlog.c
ITS#2895 store a copy in the entry cache
[openldap] / servers / slapd / sessionlog.c
index edcd5f9f4996cc6e981158da2642638d4a853360..9cc3a45a651ceec076937c81b3f791e1004021dd 100644 (file)
@@ -45,6 +45,7 @@ slap_send_session_log(
 
        uuid_attr[0].an_desc = NULL;
        uuid_attr[0].an_oc = NULL;
+       uuid_attr[0].an_oc_exclude = 0;
        uuid_attr[0].an_name.bv_len = 0;
        uuid_attr[0].an_name.bv_val = NULL;
        e.e_attrs = NULL;
@@ -93,6 +94,7 @@ slap_send_session_log(
                        rs->sr_ctrls = NULL;
                }
        }
+       return LDAP_SUCCESS;
 }
 
 int