From: Susant Sahani Date: Tue, 14 May 2019 02:39:54 +0000 (+0530) Subject: networkd: route fix coding style X-Git-Tag: v243-rc1~443^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12555%2Fhead;p=thirdparty%2Fsystemd.git networkd: route fix coding style --- diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c index 03332cd21b3..179eeac017b 100644 --- a/src/network/networkd-route.c +++ b/src/network/networkd-route.c @@ -639,7 +639,7 @@ int route_configure( return log_link_error_errno(link, r, "Could not append RTAX_INITRWND attribute: %m"); } - if (route->quickack != -1) { + if (route->quickack >= 0) { r = sd_netlink_message_append_u32(req, RTAX_QUICKACK, route->quickack); if (r < 0) return log_link_error_errno(link, r, "Could not append RTAX_QUICKACK attribute: %m");