Skip to content
Snippets Groups Projects
Commit 27cb98d2 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove lint

parent 1aa82992
No related branches found
No related tags found
No related merge requests found
......@@ -830,7 +830,7 @@ slap_sasl_canonicalize(
* conflict with slap_sasl_authorize's use of this temp var.
*/
if ( flags == SASL_CU_AUTHID ) {
conn->c_sasl_dn.bv_val = in;
conn->c_sasl_dn.bv_val = (char *) in;
} else if ( flags == SASL_CU_AUTHZID && conn->c_sasl_dn.bv_val ) {
rc = strcmp( in, conn->c_sasl_dn.bv_val );
conn->c_sasl_dn.bv_val = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment