mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
cast const error message to non-const char*. I tried to make errMesg a const char* but it gets passed down to slapi_send_ldap_result() which accepts a char*. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>