]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove more references to "backlog"
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 29 Mar 2021 16:16:52 +0000 (17:16 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Mar 2021 15:12:21 +0000 (16:12 +0100)
src/lib/unlang/io.c

index d21126b77a428d4be7a5a56ff5c0676350720144..38f2473b4a3634ac7a87d70b7f68eff1a6328ca8 100644 (file)
@@ -60,13 +60,9 @@ request_t *unlang_io_subrequest_alloc(request_t *parent, fr_dict_t const *namesp
 
        /*
         *      Initialize some basic information for the child.
-        *
-        *      Note that we do NOT initialize child->backlog, as the
-        *      child is never resumable... the parent is resumable.
         */
        child->number = parent->number;
        child->el = parent->el;
-       child->backlog = parent->backlog;
 
        /*
         *      Initialize all of the async fields.