summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSPosix/ExampleClientApp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/mDNSPosix/ExampleClientApp.c')
-rw-r--r--mDNSResponder/mDNSPosix/ExampleClientApp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mDNSResponder/mDNSPosix/ExampleClientApp.c b/mDNSResponder/mDNSPosix/ExampleClientApp.c
index f23248b8..be340912 100644
--- a/mDNSResponder/mDNSPosix/ExampleClientApp.c
+++ b/mDNSResponder/mDNSPosix/ExampleClientApp.c
@@ -61,7 +61,7 @@ mDNSexport void ExampleClientEventLoop(mDNS *const m)
// 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