diff options
| author | 2026-05-19 15:08:27 -0600 | |
|---|---|---|
| committer | 2026-05-19 15:08:27 -0600 | |
| commit | 9d6ba702ef9af4f0e06441b6226c2504d3eeb2f4 (patch) | |
| tree | 47edc2e1ed82f4c9703d4a1e50b8592227d249e8 /pam_autopeer/pam_autopeer.c | |
| parent | fix cronjob make (diff) | |
Diffstat (limited to 'pam_autopeer/pam_autopeer.c')
| -rw-r--r-- | pam_autopeer/pam_autopeer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pam_autopeer/pam_autopeer.c b/pam_autopeer/pam_autopeer.c index 0de333f..1dbce71 100644 --- a/pam_autopeer/pam_autopeer.c +++ b/pam_autopeer/pam_autopeer.c @@ -24,7 +24,7 @@ int pam_sm_acct_mgmt(pam_handle_t *pamh, int flags, int argc, const char **argv) */ static const char *errors[] = { - NULL, + "", // success "internal error (fell through)", "internal error (wrong # args)", "no good signature foud in gpgv output", |
