chiark / gitweb /
comm: Make udp_make_socket be able to tolerate failures
[secnet.git] / site.c
diff --git a/site.c b/site.c
index abbaa1e594e655b8124e09feefd38fb9884c027e..3ac23722e650c854b0fdcd22e9c1b4d451575986 100644 (file)
--- a/site.c
+++ b/site.c
@@ -2049,7 +2049,7 @@ static list_t *site_apply(closure_t *self, struct cloc loc, dict_t *context,
 
     /* We are interested in poll(), but only for timeouts. We don't have
        any fds of our own. */
-    register_for_poll(st, site_beforepoll, site_afterpoll, 0, "site");
+    register_for_poll(st, site_beforepoll, site_afterpoll, "site");
     st->timeout=0;
 
     st->remote_capabilities=0;