From: Kees Monshouwer Date: Tue, 4 Mar 2014 23:06:02 +0000 (+0100) Subject: endl, whitespace and file prmissions X-Git-Tag: rec-3.6.0-rc1~147^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca8e17422319f201d5cde359787a8cfcdc33195c;p=thirdparty%2Fpdns.git endl, whitespace and file prmissions --- diff --git a/pdns/dynhandler.cc b/pdns/dynhandler.cc index b94502a6a8..3510a7c259 100644 --- a/pdns/dynhandler.cc +++ b/pdns/dynhandler.cc @@ -287,7 +287,7 @@ string DLReloadHandler(const vector&parts, Utility::pid_t ppid) return "Ok"; } -string DLListZones(const vector&parts, Utility::pid_t ppid) +string DLListZones(const vector&parts, Utility::pid_t ppid) { UeberBackend B; L<