From c325bc190633349e806d0f2c313ace2338950f88 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 18 Jun 2004 20:16:42 +0000 Subject: Compiler warnings fixes, preprocessor and minor general cleanup. svn path=/trunk/; revision=3901 --- odmr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odmr.c') diff --git a/odmr.c b/odmr.c index a7a3ad69..b97a73ba 100644 --- a/odmr.c +++ b/odmr.c @@ -210,7 +210,7 @@ static int odmr_logout(int sock, struct query *ctl) static const struct method odmr = { "ODMR", /* ODMR protocol */ -#if INET6_ENABLE +#ifdef INET6_ENABLE "odmr", /* standard SMTP port */ "odmrs", /* ssl SMTP port */ #else /* INET6_ENABLE */ -- cgit v1.2.3