]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Don't report errno here.
authorRoy Marples <roy@marples.name>
Mon, 29 Apr 2019 17:40:13 +0000 (18:40 +0100)
committerRoy Marples <roy@marples.name>
Mon, 29 Apr 2019 17:40:13 +0000 (18:40 +0100)
src/if-options.c

index 75718aaebd1a260cdf65d1b24918de7b9784ab3c..ebe22e015566a7a16e1ee4b93595e1c504827ee7 100644 (file)
@@ -1320,7 +1320,7 @@ parse_option(struct dhcpcd_ctx *ctx, const char *ifname, struct if_options *ifo,
                        return -1;
 #else
                        if (ifname == NULL) {
-                               logerr("IA PD must belong in an "
+                               logerrx("IA PD must belong in an "
                                    "interface block");
                                return -1;
                        }