From c3ee26badace01bfa1ca8bb78337512d29323b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 18 Feb 2004 10:57:19 +0000 Subject: Fail when no configuration file is found. Fix typo in the lexer. Fix compiler warning. --- local.c | 1 - 1 file changed, 1 deletion(-) (limited to 'local.c') diff --git a/local.c b/local.c index 98878fa..f7a51c6 100644 --- a/local.c +++ b/local.c @@ -43,7 +43,6 @@ static void sanitize(char *s) */ void local_init(message_t *message) { - struct idlist *idp; int length = 0, fromlen = 0, nameslen = 0; char *names = NULL, *before, *after, *from = NULL; -- cgit v1.2.3-2-g168b