projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db79e6
)
We want to initialize shorthost before hostname.
author
Pierre Habouzit
<madcoder@debian.org>
Sun, 10 Jun 2007 13:57:57 +0000
(15:57 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Sun, 10 Jun 2007 13:57:57 +0000
(15:57 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
lib-lua/madmutt.cpkg
patch
|
blob
|
history
diff --git
a/lib-lua/madmutt.cpkg
b/lib-lua/madmutt.cpkg
index
87c5c26
..
f134c75
100644
(file)
--- 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