From 94f903ab6b02730425fdad52ee4c3d487e854aec Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 28 Jul 2008 15:07:24 -0700 Subject: [PATCH] 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.) --- secchan/secchan.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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); -- 2.43.0