]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix indent. 7990/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 28 Jun 2019 07:38:59 +0000 (09:38 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 28 Jun 2019 07:38:59 +0000 (09:38 +0200)
pdns/pdns_recursor.cc

index c4ffc17ba32ad4d87b0f50436c4e3aab47d49f42..a61602d9b9fce891dff83f3e1af02200a727af50 100644 (file)
@@ -1659,7 +1659,7 @@ static void startDoResolve(void *p)
       msgh.msg_control=NULL;
 
       if(g_fromtosockets.count(dc->d_socket)) {
-             addCMsgSrcAddr(&msgh, &cbuf, &dc->d_local, 0);
+        addCMsgSrcAddr(&msgh, &cbuf, &dc->d_local, 0);
       }
       if(sendmsg(dc->d_socket, &msgh, 0) < 0 && g_logCommonErrors) 
         g_log<<Logger::Warning<<"Sending UDP reply to client "<<dc->getRemote()<<" failed with: "<<strerror(errno)<<endl;