From d836addaed114a68648dadb09e1efa07f529c57c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 22 Jun 2020 12:52:42 +0100 Subject: [PATCH] dhcpcd: Report error when caching vendor --- src/dhcpcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.2