1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00

python:lsa_utils: Don't use optional arguments for OpenPolicyFallback()

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15680

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Andreas Schneider
2025-02-13 10:31:49 +01:00
committed by Andreas Schneider
parent 73ce15e7d5
commit f9a3fc19f1
4 changed files with 9 additions and 5 deletions

View File

@@ -35,8 +35,8 @@ def OpenPolicyFallback(
system_name: str,
in_version: int,
in_revision_info: lsa.revision_info1,
sec_qos: bool = False,
access_mask: int = 0,
sec_qos: bool,
access_mask: int,
):
attr = lsa.ObjectAttribute()
if sec_qos: