]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Not needed, already NULL
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 26 Feb 2020 21:21:42 +0000 (16:21 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 26 Feb 2020 21:21:42 +0000 (16:21 -0500)
src/modules/rlm_radius/rlm_radius_udp.c

index 1d18032e1058fc4ce5b5ee335e4be5b7d28f0841..cab3479868ca7b86e24a14e0db3852106d94d784 100644 (file)
@@ -664,7 +664,6 @@ static void thread_conn_notify(fr_trunk_connection_t *tconn, fr_connection_t *co
                 */
        case FR_TRUNK_CONN_EVENT_NONE:
                read_fn = conn_discard;
-               write_fn = NULL;
                break;
 
        case FR_TRUNK_CONN_EVENT_READ: