From: Peter van Dijk Date: Thu, 17 May 2018 22:32:39 +0000 (+0200) Subject: the absolute tinyest of nits X-Git-Tag: dnsdist-1.3.1~87^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6620%2Fhead;p=thirdparty%2Fpdns.git the absolute tinyest of nits --- diff --git a/pdns/unix_utility.cc b/pdns/unix_utility.cc index e842374e53..f06d90cb60 100644 --- a/pdns/unix_utility.cc +++ b/pdns/unix_utility.cc @@ -156,7 +156,7 @@ void Utility::dropUserPrivs( int uid ) { if(uid) { if(setuid(uid)<0) { - g_log<