diff options
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", |
