mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
CVE-2022-37966 s3:utils: Fix old-style function definition
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit b787692b5e915031d4653bf375995320ed1aca07) BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237 Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
a89385f2ab
commit
397a390aa8
@ -443,7 +443,7 @@ static bool get_require_membership_sid(void) {
|
||||
* need to contact trusted domain
|
||||
*/
|
||||
|
||||
int get_pam_winbind_config()
|
||||
int get_pam_winbind_config(void)
|
||||
{
|
||||
int ctrl = 0;
|
||||
struct tiniparser_dictionary *d = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user