]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Return the correct state
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 4 Jul 2017 18:59:50 +0000 (14:59 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 4 Jul 2017 18:59:50 +0000 (14:59 -0400)
src/modules/rlm_logtee/rlm_logtee.c

index df1845bebfadf5474893df8def74dab69583c97d..5093ec3e75e8588b127800021ef86e41940e2870 100644 (file)
@@ -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