From 22a144e0b721997fca7fca04356aa62264560592 Mon Sep 17 00:00:00 2001 From: Jose Borges Ferreira Date: Tue, 17 Jul 2018 13:37:39 +0100 Subject: [PATCH] Fix typo --- smf-spf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smf-spf.c b/smf-spf.c index d2cf2ef..4f50749 100644 --- a/smf-spf.c +++ b/smf-spf.c @@ -136,7 +136,7 @@ typedef struct config { STR *ptrs; STR *froms; STR *tos; - int relaxed_locapart + int relaxed_locapart; int refuse_fail; int refuse_none; int refuse_none_helo;