]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Comment corrections
authorNick Porter <nick@portercomputing.co.uk>
Tue, 18 Apr 2023 11:31:00 +0000 (12:31 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 18 Apr 2023 13:15:43 +0000 (14:15 +0100)
src/lib/ldap/connection.c

index 86f46e923bbf2dd648a9c69cc6cb6423a0755d8d..a43455972fa7a4089c6c63d420ff04140e0ba82a 100644 (file)
@@ -192,9 +192,9 @@ static void _ldap_connection_close(fr_event_list_t *el, void *h, UNUSED void *uc
        fr_ldap_connection_t *c = talloc_get_type_abort(h, fr_ldap_connection_t);
 
        /*
-        *      Explicitly remove the file descriptor
+        *      Explicitly remove the file descriptor event
         *
-        *      Event if the fr_ldap_connection_t has outstanding
+        *      Even if the fr_ldap_connection_t has outstanding
         *      queries, we still don't want its fd in the event loop.
         */
        if (c->fd >= 0) {