aboutsummaryrefslogtreecommitdiff
path: root/pam_autopeer/pam_autopeer.c
diff options
context:
space:
mode:
authorGravatar steering72532026-05-19 15:08:27 -0600
committerGravatar steering72532026-05-19 15:08:27 -0600
commit9d6ba702ef9af4f0e06441b6226c2504d3eeb2f4 (patch)
tree47edc2e1ed82f4c9703d4a1e50b8592227d249e8 /pam_autopeer/pam_autopeer.c
parentfix cronjob make (diff)
just in case HEAD main
Diffstat (limited to 'pam_autopeer/pam_autopeer.c')
-rw-r--r--pam_autopeer/pam_autopeer.c2
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",