summaryrefslogtreecommitdiff
path: root/local.c
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2004-02-18 10:57:19 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2004-02-18 10:57:19 +0000
commitc3ee26badace01bfa1ca8bb78337512d29323b88 (patch)
tree7cf21c813809d0462ddeb8693be46f987fc776c0 /local.c
parent566c484db7a60a0bdbfc84e9b53651b42a3e3552 (diff)
Fail when no configuration file is found.
Fix typo in the lexer. Fix compiler warning.
Diffstat (limited to 'local.c')
-rw-r--r--local.c1
1 files changed, 0 insertions, 1 deletions
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;