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)
318 318
319static int loopback_down6(interface_defn *ifd, execfn *exec) 319static int loopback_down6(interface_defn *ifd, execfn *exec)
320{ 320{
321 if (!execute("ifconfig %iface% del ::1", ifd, exec)) 321 if (!execute("ifconfig %iface% del ::1", ifd, exec)) {
322 return(0); 322 return(0);
323 } 323 }
324 return(1); 324 return(1);