Imported Upstream version 878.70.2
[platform/upstream/mdnsresponder.git] / mDNSPosix / Responder.c
index 7a77bcd..3850ea2 100755 (executable)
@@ -723,7 +723,7 @@ int main(int argc, char **argv)
         // 2. Set up the timeout.
         // This example client has no other work it needs to be doing,
         // so we set an effectively infinite timeout
-        timeout.tv_sec = 0x3FFFFFFF;
+        timeout.tv_sec = FutureTime;
         timeout.tv_usec = 0;
 
         // 3. Give the mDNSPosix layer a chance to add its information to the fd_set and timeout