Fix simple syntax error
This commit is contained in:
parent
12371f916b
commit
2801eb925d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user