From b3b87e1f4fe99abc411cb59fc757acd5cb8891d2 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 26 Jan 2016 08:27:40 +0000 Subject: [PATCH] Fixup ;. git-svn-id: file:///svn/unbound/trunk@3605 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/unbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/unbound.c b/daemon/unbound.c index 4966acc33..60dd7ba64 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -485,7 +485,7 @@ perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode, const int pidinchroot = !(cfg->chrootdir && cfg->chrootdir[0]) || (cfg->chrootdir && cfg->chrootdir[0] && strncmp(daemon->pidfile, cfg->chrootdir, - strlen(cfg->chrootdir))==0) + strlen(cfg->chrootdir))==0); /* check old pid file before forking */ if(cfg->pidfile && cfg->pidfile[0]) { -- 2.47.2