Skip to content

Commit

Permalink
[mod_authn_sasl] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrauss committed Jan 17, 2024
1 parent 79d011d commit 36547a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_authn_sasl.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static plugin_config * mod_authn_sasl_parse_opts(server *srv, const array * cons
fqdn = uts.nodename;
#else
fqdn = getenv("HOSTNAME");
if (NULL == fdqn) {
if (NULL == fqdn) {
log_error(srv->errh, __FILE__, __LINE__,
"auth.backend.sasl.opts missing fqdn");
return NULL;
Expand Down

0 comments on commit 36547a3

Please sign in to comment.