diff options
| author | 2026-05-19 15:08:27 -0600 | |
|---|---|---|
| committer | 2026-05-19 15:08:27 -0600 | |
| commit | 9d6ba702ef9af4f0e06441b6226c2504d3eeb2f4 (patch) | |
| tree | 47edc2e1ed82f4c9703d4a1e50b8592227d249e8 | |
| parent | fix cronjob make (diff) | |
| -rw-r--r-- | pam_autopeer/pam_autopeer.c | 2 | ||||
| -rw-r--r-- | pam_autopeer/pam_autopeer.o | bin | 5816 -> 5840 bytes | |||
| -rwxr-xr-x | pam_autopeer/pam_autopeer.so | bin | 16200 -> 16200 bytes |
3 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", diff --git a/pam_autopeer/pam_autopeer.o b/pam_autopeer/pam_autopeer.o Binary files differindex 6c8d5c7..4c1fb7b 100644 --- a/pam_autopeer/pam_autopeer.o +++ b/pam_autopeer/pam_autopeer.o diff --git a/pam_autopeer/pam_autopeer.so b/pam_autopeer/pam_autopeer.so Binary files differindex fcb2e37..0148e93 100755 --- a/pam_autopeer/pam_autopeer.so +++ b/pam_autopeer/pam_autopeer.so |
