[exim-cvs] tidying

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] tidying
Gitweb: https://git.exim.org/exim.git/commitdiff/05d83295725e9bb91c1c37108d2d8892ee4a2bfd
Commit:     05d83295725e9bb91c1c37108d2d8892ee4a2bfd
Parent:     f7f933a199be8bb7362c715e0040545b514cddca
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Jun 2 14:59:16 2020 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jun 2 14:59:16 2020 +0100


    tidying
---
 src/src/spf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/spf.c b/src/src/spf.c
index 3e12167..48f26f3 100644
--- a/src/src/spf.c
+++ b/src/src/spf.c
@@ -248,7 +248,7 @@ if (!(spf_server = SPF_server_new_dns(dc, debug)))
if (!(s = expand_string(spf_smtp_comment_template)))
log_write(0, LOG_MAIN|LOG_PANIC_DIE, "expansion of spf_smtp_comment_template failed");

-SPF_server_set_explanation(spf_server, s, &spf_response);
+SPF_server_set_explanation(spf_server, CCS s, &spf_response);
if (SPF_response_errcode(spf_response) != SPF_E_SUCCESS)
log_write(0, LOG_MAIN|LOG_PANIC_DIE, "%s", SPF_strerror(SPF_response_errcode(spf_response)));