]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/rec_control.cc
minicurl: correct comment
[thirdparty/pdns.git] / pdns / rec_control.cc
index 90f6fd1c218d6071c54d9feec207a50c12e86ba4..56f6776c36140649bfb886358b7eaa34b5019ed1 100644 (file)
@@ -104,7 +104,7 @@ try
       command+=" ";
     command+=commands[i];
   }
-  rccS.send(command);
+  rccS.send(command, nullptr, arg().asNum("timeout"));
   string receive=rccS.recv(0, arg().asNum("timeout"));
   if(receive.compare(0, 7, "Unknown") == 0) {
     cerr<<receive<<endl;