From: Stephan Bosch Date: Thu, 26 Oct 2023 14:56:08 +0000 (+0200) Subject: lib-auth: auth-scram-client - Fix whitespace issue X-Git-Tag: 2.4.0~2428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd7f1c2bbf564ccdaae3fe6d497034df12e9e33;p=thirdparty%2Fdovecot%2Fcore.git lib-auth: auth-scram-client - Fix whitespace issue --- diff --git a/src/lib-auth/auth-scram-client.c b/src/lib-auth/auth-scram-client.c index 4f121388a2..010954877e 100644 --- a/src/lib-auth/auth-scram-client.c +++ b/src/lib-auth/auth-scram-client.c @@ -396,7 +396,7 @@ auth_scram_parse_server_final(struct auth_scram_client *client, bool equal = (strcmp(verifier, str_c(str)) == 0); str_clear_safe(str); - + if (!equal) { *error_r = "Incorrect verifier field in final server message"; return -1;