]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:netcmd: Remove semicolon
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 16 Aug 2023 23:06:01 +0000 (11:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 21 Aug 2023 23:37:29 +0000 (23:37 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/netcmd/user/sensitive.py

index a0b50bdf6de57798446cedbf41c44dddfe5e656f..11edb2f1e905b0f0bfc9878acc726404c8aec74d 100644 (file)
@@ -56,7 +56,7 @@ class cmd_user_sensitive(Command):
                     credentials=creds, lp=lp)
 
         search_filter = "sAMAccountName=%s" % ldb.binary_encode(accountname)
-        flag = dsdb.UF_NOT_DELEGATED;
+        flag = dsdb.UF_NOT_DELEGATED
 
         if cmd == "show":
             res = sam.search(scope=ldb.SCOPE_SUBTREE, expression=search_filter,