From 647234d78a9f9788f86d5f44a281f38b8f8c8571 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 18 Jul 2005 10:11:23 +0000 Subject: Make tracepolls a server option, as documented. Fixes Debian bug #156094. svn path=/trunk/; revision=4121 --- options.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 390a0866..d49e1690 100644 --- a/options.c +++ b/options.c @@ -643,9 +643,9 @@ struct query *ctl; /* option record to be initialized */ rctl->use_syslog = FLAG_FALSE; break; - case LA_TRACEPOLLS: - ctl->tracepolls = FLAG_TRUE; - break; + case LA_TRACEPOLLS: + ctl->server.tracepolls = FLAG_TRUE; + break; case '?': case LA_HELP: -- cgit v1.2.3