From c3c4165b739ec20eda834eaf5158d897b309d823 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 30 Nov 2023 18:30:13 -0500 Subject: [PATCH] squashme --- clamav-milter/allow_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav-milter/allow_list.c b/clamav-milter/allow_list.c index c9b48c557a..50f9ed2bd0 100644 --- a/clamav-milter/allow_list.c +++ b/clamav-milter/allow_list.c @@ -164,7 +164,7 @@ int smtpauth_init(const char *r) fclose(f); return 1; } - regex = temp; + regex = temp; rxavail = 2048; rxsize += 2048; if (!ptr) {