You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
374 B

  1. --- a/src/configfile.c
  2. +++ b/src/configfile.c
  3. @@ -105,7 +105,7 @@ static cf_global_option_t cf_global_opti
  4. {"BaseDir", NULL, PKGLOCALSTATEDIR},
  5. {"PIDFile", NULL, PIDFILE},
  6. {"Hostname", NULL, NULL},
  7. - {"FQDNLookup", NULL, "true"},
  8. + {"FQDNLookup", NULL, "false"},
  9. {"Interval", NULL, NULL},
  10. {"ReadThreads", NULL, "5"},
  11. {"WriteThreads", NULL, "5"},