mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
Fix more pep8 issues in code I touched recently.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Change-Id: I35f3204bdf5d00b3280d703427ded2fa2163a6f7
This commit is contained in:
committed by
Andrew Bartlett
parent
9a014d265b
commit
0c24085317
@ -222,7 +222,8 @@ class drs_Replicate(object):
|
||||
drsuapi.DRSUAPI_DRS_GET_ANC |
|
||||
drsuapi.DRSUAPI_DRS_NEVER_SYNCED)
|
||||
if rodc:
|
||||
req8.replica_flags |= drsuapi.DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING
|
||||
req8.replica_flags |= (
|
||||
drsuapi.DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING)
|
||||
else:
|
||||
req8.replica_flags |= drsuapi.DRSUAPI_DRS_WRIT_REP
|
||||
req8.max_object_count = 402
|
||||
|
Reference in New Issue
Block a user