changeset 5380:c8d7d4d5dd1c draft

dhcpcd: Report error when caching vendor
author Roy Marples <roy@marples.name>
date Mon, 22 Jun 2020 12:52:42 +0100
parents ca610debb37b
children 5868487298fa
files src/dhcpcd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcpcd.c	Mon Jun 22 12:45:37 2020 +0100
+++ b/src/dhcpcd.c	Mon Jun 22 12:52:42 2020 +0100
@@ -2325,7 +2325,7 @@
 
 	/* 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. */