]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
event.c frees the listener, so we don't need to
authorAlan T. DeKok <aland@freeradius.org>
Thu, 1 Oct 2009 09:15:55 +0000 (11:15 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 1 Oct 2009 09:15:55 +0000 (11:15 +0200)
src/main/command.c

index 1489fb6784d50c64f83028bbc64cb69b01fcaa7c..2f6d7e63565b0c258bf170cac3706cf6f725f12f 100644 (file)
@@ -263,8 +263,6 @@ static void command_close_socket(rad_listen_t *this)
         *      will be calling us any more.
         */
        event_new_fd(this);
-
-       listen_free(&this);
 }