From 57352369229a00b32f5331cdd12f4ea1ace60f78 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 10 Jun 2007 15:57:57 +0200 Subject: [PATCH] We want to initialize shorthost before hostname. Signed-off-by: Pierre Habouzit --- lib-lua/madmutt.cpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-lua/madmutt.cpkg b/lib-lua/madmutt.cpkg index 87c5c26..f134c75 100644 --- a/lib-lua/madmutt.cpkg +++ b/lib-lua/madmutt.cpkg @@ -202,8 +202,8 @@ static void mod_core_init2(void) ** Please be sure to really know what you are doing when changing this variable ** to configure a custom domain part of Message-IDs. */ - string_t hostname = madmutt_init_hostname(); string_t shorthost = madmutt_init_shorthost(); + string_t hostname = madmutt_init_hostname(); /* ** .pp -- 2.20.1