diff options
| -rw-r--r-- | sesman/verify_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/verify_user.c b/sesman/verify_user.c index 5bd89c73..81ddc0a8 100644 --- a/sesman/verify_user.c +++ b/sesman/verify_user.c @@ -76,7 +76,7 @@ auth_userpass(char *user, char *pass, int *errorcode) if (1 == auth_account_disabled(stp)) { - log_message(&(g_cfg->log), LOG_LEVEL_INFO, "account %s is disabled", user); + log_message(LOG_LEVEL_INFO, "account %s is disabled", user); return 0; } |
