From: Ben Pfaff Date: Mon, 28 Jul 2008 22:07:24 +0000 (-0700) Subject: Drop unnecessary conditional and incorrect comment. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=94f903ab6b02730425fdad52ee4c3d487e854aec;p=sliver-openvswitch.git Drop unnecessary conditional and incorrect comment. 'controller_relay' is always non-null (but in an earlier revision of the code that was never pushed to the repository, this was not the case.) --- diff --git a/secchan/secchan.c b/secchan/secchan.c index fb0eb41cd..34c13e7b5 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -291,10 +291,7 @@ main(int argc, char *argv[]) new_management_connection(nl_name, new_remote); } } - if (controller_relay) { - /* FIXME: should also fail open when controller_relay is NULL. */ - failing_open(controller_relay); - } + failing_open(controller_relay); if (dhcp) { if (rconn_is_connectivity_questionable(remote_rconn)) { dhclient_force_renew(dhcp, 15);