]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2022 23:46:30 +0000 (17:46 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2022 23:46:30 +0000 (17:46 -0600)
src/lib/ldap/sasl.c

index c2388509cbffe6c1d5a6ea59a227c1d8797584b7..16df5afadd411a861a382feefe4a3c337c69762e 100644 (file)
@@ -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;