s4:kdc: Inline samba_get_pac_attrs_blob()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 31 Aug 2023 00:32:42 +0000 (12:32 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2023 21:35:29 +0000 (21:35 +0000)
commit2d736bd9e92aadc0e7d5423486f0713bd1a76e47
treecc86d376651db5b7fc2c2a7ad66761fa9ff47fa6
parent0669af309927ed7afdd502b909f36d09c9032450
s4:kdc: Inline samba_get_pac_attrs_blob()

A wrapper doesn’t add much utility to a function this small. We might as
well join these two into a single function.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/pac-glue.c