chiark / gitweb /
rtnl: introduce default timeout
[elogind.git] / src / udev / net / link-config.c
index a86c74d5f7ebcab88b86698b1baa1be1e8c747a5..9d6c96b5a5cf1f1ff8f8cd779215875a690f7c37 100644 (file)
@@ -293,7 +293,7 @@ static int rtnl_set_properties(sd_rtnl *rtnl, int ifindex, const char *name, con
         }
 
         if  (need_update) {
-                r = sd_rtnl_send_with_reply_and_block(rtnl, message, 5 * USEC_PER_SEC, NULL);
+                r = sd_rtnl_send_with_reply_and_block(rtnl, message, 0, NULL);
                 if (r < 0)
                         return r;
         }