From: Arran Cudbard-Bell Date: Mon, 29 Mar 2021 16:16:52 +0000 (+0100) Subject: Remove more references to "backlog" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d01f4609020d25f3637b671c58ecbc321cb5eb98;p=thirdparty%2Ffreeradius-server.git Remove more references to "backlog" --- diff --git a/src/lib/unlang/io.c b/src/lib/unlang/io.c index d21126b77a4..38f2473b4a3 100644 --- a/src/lib/unlang/io.c +++ b/src/lib/unlang/io.c @@ -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.