Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Dec 18, 2024
1 parent 117e943 commit 451c0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/server.mod/sasl.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ static int gotauthenticate(char *from, char *msg)
step++;
} else {
sasl_scram_step_2(client_msg_plain, sizeof client_msg_plain, server_msg_plain);
step = 0;
step = 0;
return 0;
}
#endif /* OPENSSL_VERSION_NUMBER >= 0x10000000L */
Expand Down

0 comments on commit 451c0c6

Please sign in to comment.