Skip to content

Commit 6ee1a9c

Browse files
committed
Fix duplicate error
1 parent 06b399e commit 6ee1a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/post/windows/error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ module Msf::Post::Windows::Error
18431843
DS_DUP_LINK_ID = 0x2114
18441844
DS_NAME_RESOLVING = 0x2115
18451845
DS_NAME_NOT_FOUND = 0x2116
1846-
DS_NAME_NOT_UNIQUE = 0x2117
1846+
DS_NAME_ERROR_NOT_UNIQUE = 0x2117
18471847
DS_NAME_NO_MAPPING = 0x2118
18481848
DS_NAME_DOMAIN_ONLY = 0x2119
18491849
DS_NAME_NO_SYNTACTICAL_MAPPING = 0x211A

0 commit comments

Comments
 (0)