mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 07:30:23 +00:00
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)
|
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(0);
|
||||||
}
|
}
|
||||||
return(1);
|
return(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user