aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 31ca26eb..feb6ea7d 100644
--- a/options.c
+++ b/options.c
@@ -126,6 +126,7 @@ struct query *ctl; /* option record to be initialized */
case 'd':
case LA_DAEMON:
poll_interval = atoi(optarg);
+ ctl->fetchall = TRUE;
break;
case 'N':
case LA_NODETACH: