ITS#10345 Remove spurious strdup

This commit is contained in:
Ondřej Kuzník 2025-06-13 08:03:29 +01:00 committed by Quanah Gibson-Mount
parent d4b4ba93ce
commit 38c3e76d00

View file

@ -917,7 +917,6 @@ rbac_create_session( Operation *op, SlapReply *rs )
rs->sr_text = "internal error";
} else {
(void)ber_flatten( ber, &rs->sr_rspdata );
rs->sr_rspoid = ch_strdup( slap_EXOP_CREATE_SESSION.bv_val );
rs->sr_err = LDAP_SUCCESS;
}