MINOR: sample: Refactor fc_pp_unique_id by wrapping the generic TLV fetch
authorAlexander Stephan <alexander.stephan@sap.com>
Wed, 16 Aug 2023 14:22:25 +0000 (16:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Aug 2023 13:32:01 +0000 (15:32 +0200)
commit0a4f6992e01293cbc1118fff9af74352af3fcfb7
treeaadca836e17a7db2c7d59e278376fbda39cff83d
parentece0d1ab4946eb8f9b8647644f1eaf533aff33ae
MINOR: sample: Refactor fc_pp_unique_id by wrapping the generic TLV fetch

The fetch logic is redundant and can be simplified by simply
calling the generic fetch with the correct TLV ID set as an
argument, similar to fc_pp_authority.
src/connection.c