From: Arran Cudbard-Bell Date: Tue, 4 Jul 2017 18:59:50 +0000 (-0400) Subject: Return the correct state X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc79a01bdfa400819a89ff8f6e01dfcb6ede060e;p=thirdparty%2Ffreeradius-server.git Return the correct state --- diff --git a/src/modules/rlm_logtee/rlm_logtee.c b/src/modules/rlm_logtee/rlm_logtee.c index df1845bebfa..5093ec3e75e 100644 --- a/src/modules/rlm_logtee/rlm_logtee.c +++ b/src/modules/rlm_logtee/rlm_logtee.c @@ -335,6 +335,7 @@ static fr_connection_state_t _logtee_conn_open(UNUSED int fd, UNUSED fr_event_li } return FR_CONNECTION_STATE_CONNECTING; + return FR_CONNECTION_STATE_CONNECTED; } /** Initialise a new outbound connection