aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/ifupdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index e4bfc3eb4..1387033ba 100644
--- a/networking/ifupdown.c
+++ b/networking/ifupdown.c
@@ -318,7 +318,7 @@ static int loopback_up6(interface_defn *ifd, execfn *exec)
static int loopback_down6(interface_defn *ifd, execfn *exec)
{
- if (!execute("ifconfig %iface% del ::1", ifd, exec))
+ if (!execute("ifconfig %iface% del ::1", ifd, exec)) {
return(0);
}
return(1);