Browse Source

get a bug fixed

pull/2430/head
PantherJohn 6 years ago
parent
commit
77ee5068a5
1 changed files with 2 additions and 0 deletions
  1. 2
      src/relay.c

2
src/relay.c

@ -689,10 +689,12 @@ start_relay(jconf_t *conf,
LOGI("disabled remote domain resolution");
}
#ifndef MODULE_TUNNEL
if (conf->acl != NULL) {
LOGI("initializing acl...");
acl = !init_acl(conf);
}
#endif
#ifdef HAVE_SETRLIMIT
/*

Loading…
Cancel
Save