mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
ITS#10345 Remove spurious strdup
This commit is contained in:
parent
47e9cd7313
commit
dda3ab74db
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue