Fix simple syntax error

This commit is contained in:
Glenn L McGrath 2002-11-26 02:23:41 +00:00
parent 12371f916b
commit 2801eb925d

View File

@ -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);