Skip to content

Commit

Permalink
auth: log correct variable name in nonce-count error message
Browse files Browse the repository at this point in the history
(cherry picked from commit 75ef2a3)
  • Loading branch information
henningw committed Apr 22, 2020
1 parent 781a20a commit d055ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/auth/auth_mod.c
Expand Up @@ -342,7 +342,7 @@ static int mod_init(void)
}
#ifdef USE_NC
else{
LM_INFO("qop set, but nonce-count (nc_enabled) support"
LM_INFO("qop set, but nonce-count (nonce_count) support"
" disabled\n");
}
#endif
Expand Down

0 comments on commit d055ccb

Please sign in to comment.