aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-07-19 00:50:44 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-07-19 00:50:44 +0000
commit93aa6b598e5ace09e545cb144bcc3b1db86b8fff (patch)
tree9d37eff0abb2c2448f48162c67dd388467ab9cf2 /src
parentf14391106a93cd3753dfa9471fc1ff84008fdef1 (diff)
downloadsmtpd-starttls-proxy-93aa6b598e5ace09e545cb144bcc3b1db86b8fff.tar.gz
Update deps; fix qmailr_die macro codes
Diffstat (limited to 'src')
-rw-r--r--src/qmail-remote/qmailr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmail-remote/qmailr.h b/src/qmail-remote/qmailr.h
index 839e642..cf97748 100644
--- a/src/qmail-remote/qmailr.h
+++ b/src/qmail-remote/qmailr.h
@@ -27,9 +27,9 @@ extern void qmailr_dievsys (char const *const *, unsigned int) gccattr_noreturn
#define qmailr_temp(...) qmailr_die('Z', __VA_ARGS__)
#define qmailr_tempsys(...) qmailr_diesys(__VA_ARGS__)
-#define qmailr_perm(...) qmailr_die(1, __VA_ARGS__)
+#define qmailr_perm(...) qmailr_die('D', __VA_ARGS__)
-#define qmailr_tempu(...) qmailr_die('D', "Unable to ", __VA_ARGS__)
+#define qmailr_tempu(...) qmailr_die('Z', "Unable to ", __VA_ARGS__)
#define qmailr_tempusys(...) qmailr_diesys("Unable to ", __VA_ARGS__)