]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Need to track what log destination was cloned
authorNick Porter <nick@portercomputing.co.uk>
Tue, 9 Apr 2024 13:12:01 +0000 (14:12 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 9 Apr 2024 13:12:01 +0000 (14:12 +0100)
commit9934de726968ddcffaa91de72d50054a88f72216
treeb03704880cfbdb78badf18a148876e86d0a91a5f
parent439f9084a7652d06a8610ff0854f2d560eb7d727
Need to track what log destination was cloned

log_dst_by_name() returns a destination from the list of destinations
parsed from the config, which then gets cloned for appending to a
request's list.

Therefore when matching in the request's list we need to know what the
original destination was that was cloned.
src/lib/server/request.c
src/lib/unlang/xlat_builtin.c
src/lib/util/log.h