Fix typo
authorJamie Cameron <jcameron@webmin.com>
Tue, 28 Jun 2011 03:34:29 +0000 (23:34 -0400)
committerJamie Cameron <jcameron@webmin.com>
Tue, 28 Jun 2011 03:34:29 +0000 (23:34 -0400)
net/edit_bifc.cgi

index 1b09070..8174ce5 100755 (executable)
@@ -162,6 +162,7 @@ if (@opts > 1) {
        print &ui_table_row($text{'ifcs_mode'},
                &ui_radio_table("mode", $b && $b->{'dhcp'} ? "dhcp" :
                                        $b && $b->{'bootp'} ? "bootp" :
+                                       $b && !$b->{'address'} ? "none" :
                                                              "address",
                                \@opts), 3);
        }