From: Arran Cudbard-Bell Date: Thu, 17 Nov 2022 23:46:30 +0000 (-0600) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11584e1c5734fea4e57b6c5d1295b597c07f02d9;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/ldap/sasl.c b/src/lib/ldap/sasl.c index c2388509cbf..16df5afadd4 100644 --- a/src/lib/ldap/sasl.c +++ b/src/lib/ldap/sasl.c @@ -94,7 +94,7 @@ static int _sasl_interact(UNUSED LDAP *handle, UNUSED unsigned flags, void *uctx if (!sasl_ctx->identity) { null_result: cb_p->result = NULL; - cb_p->len; + cb_p->len = 0; break; } cb_p->result = sasl_ctx->identity;