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 47e9cd7313
commit dda3ab74db

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;
}