]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use Utility::usleep instead of usleep 1765/head
authorAki Tuomi <cmouse@desteem.org>
Sat, 4 Oct 2014 11:00:38 +0000 (14:00 +0300)
committerAki Tuomi <cmouse@desteem.org>
Sat, 4 Oct 2014 11:00:38 +0000 (14:00 +0300)
pdns/ssqlite3.cc

index a35571a92524f5475b54890487128f7946f908b3..9fecceaaa496a08a6340c959edbbe3d07956a188 100644 (file)
@@ -97,7 +97,7 @@ int SSQLite3::doQuery( const std::string & query )
 
 int SSQLite3::busyHandler(void*, int)
 {
-  usleep(1000);
+  Utility::usleep(1000);
   return 1;
 }