From: Roy Marples Date: Mon, 22 Jun 2020 11:52:42 +0000 (+0100) Subject: dhcpcd: Report error when caching vendor X-Git-Tag: v9.1.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d836addaed114a68648dadb09e1efa07f529c57c;p=thirdparty%2Fdhcpcd.git dhcpcd: Report error when caching vendor --- diff --git a/src/dhcpcd.c b/src/dhcpcd.c index 4907523e..cc9ebcbe 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -2325,7 +2325,7 @@ printpidfile: /* Cache the default vendor option. */ if (dhcp_vendor(ctx.vendor, sizeof(ctx.vendor)) == -1) - logerrx("dhcp_vendor"); + logerr("dhcp_vendor"); /* Start handling kernel messages for interfaces, addresses and * routes. */