Fix building with newer toolchains
[project/firewall3.git] / utils.c
diff --git a/utils.c b/utils.c
index 7e5ae450d3172e2359d87391ff336f65155ba2ac..8ed52be4814dff3aa885cb6646b0c10b10846fcc 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -697,7 +697,7 @@ fw3_hotplug(bool add, void *zone, void *device)
        close(0);
        close(1);
        close(2);
-       chdir("/");
+       if (chdir("/")) {};
 
        clearenv();
        setenv("ACTION",    add ? "add" : "remove", 1);