+13 April 2017: Wouter
+ - Fix #1250: inconsistent indentation in services/listen_dnsport.c.
+
12 April 2017: Wouter
- subnet mem value is available in shm, also when not enabled,
to make the struct easier to memmap by other applications,
front->cps = NULL;
front->udp_buff = sldns_buffer_new(bufsize);
#ifdef USE_DNSCRYPT
- front->dnscrypt_udp_buff = NULL;
+ front->dnscrypt_udp_buff = NULL;
#endif
if(!front->udp_buff) {
free(front);
cfg->qname_minimisation_strict = 0;
cfg->shm_enable = 0;
cfg->shm_key = 11777;
- cfg->dnscrypt = 0;
+ cfg->dnscrypt = 0;
cfg->dnscrypt_port = 0;
cfg->dnscrypt_provider = NULL;
cfg->dnscrypt_provider_cert = NULL;
ub_c_parse();
fclose(in);
- if(!cfg->dnscrypt) cfg->dnscrypt_port = 0;
+ if(!cfg->dnscrypt) cfg->dnscrypt_port = 0;
if(cfg_parser->errors != 0) {
fprintf(stderr, "read %s failed: %d errors in configuration file\n",