From 1f2ce49bd3a5fab73f33eab8d7be30ab7d7faa6f Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Mon, 23 Sep 2019 13:28:44 +1200 Subject: [PATCH] upgradeprovision: Remove duplicate key Discovered by Semmle code analysis: https://lgtm.com/projects/g/samba-team/samba Signed-off-by: Garming Sam Reviewed-by: Douglas Bagnall --- source4/scripting/bin/samba_upgradeprovision | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/scripting/bin/samba_upgradeprovision b/source4/scripting/bin/samba_upgradeprovision index 376c4c06318..da3f85c4ae9 100755 --- a/source4/scripting/bin/samba_upgradeprovision +++ b/source4/scripting/bin/samba_upgradeprovision @@ -126,7 +126,6 @@ hashOverwrittenAtt = { "prefixMap": replace, "systemMayContain": replace, "adminPropertyPages":replace, "groupType":replace, "wellKnownObjects":replace, "privilege":never, "rIDAvailablePool": never, - "versionNumber" : add, "rIDNextRID": add, "rIDUsedPool": never, "defaultSecurityDescriptor": replace + add, "isMemberOfPartialAttributeSet": delete, -- 2.47.3