]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:auth: Split auth3_generate_session_info_pac() into functions
authorAndreas Schneider <asn@samba.org>
Thu, 11 Apr 2024 08:21:16 +0000 (10:21 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 16 Apr 2024 03:58:31 +0000 (03:58 +0000)
commitb58395e5c37e952667f31370c593742328ff324e
treeb0095c5e5a2699b299529582f64224af0b197aad
parent20c546f928dfc952e701afe7ee76ea3602580d35
s3:auth: Split auth3_generate_session_info_pac() into functions

This gets rid of the multiple goto and just have a single destructor
goto.
Best view this commit with `git show -b <sha> --color-moved=zebra`

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/auth/auth_generic.c