mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- remove warning from windows compile.
git-svn-id: file:///svn/unbound/trunk@4280 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
7f6827aaae
commit
62e88b46cc
2 changed files with 2 additions and 0 deletions
|
|
@ -484,6 +484,7 @@ perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode,
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
(void)daemon;
|
(void)daemon;
|
||||||
|
(void)need_pidfile;
|
||||||
#endif /* HAVE_KILL */
|
#endif /* HAVE_KILL */
|
||||||
|
|
||||||
/* Set user context */
|
/* Set user context */
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
- snprintf of thread number does not warn about truncated string.
|
- snprintf of thread number does not warn about truncated string.
|
||||||
- squelch TCP fast open error on FreeBSD when kernel has it disabled,
|
- squelch TCP fast open error on FreeBSD when kernel has it disabled,
|
||||||
unless verbosity is high.
|
unless verbosity is high.
|
||||||
|
- remove warning from windows compile.
|
||||||
|
|
||||||
17 July 2017: Wouter
|
17 July 2017: Wouter
|
||||||
- Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
|
- Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue