File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -921,7 +921,7 @@ module Msf::Post::Windows
921
921
ERROR_INSTALL_NOTUSED = 0x0662
922
922
ERROR_PATCH_PACKAGE_OPEN_FAILED = 0x0663
923
923
ERROR_PATCH_PACKAGE_INVALID = 0x0664
924
- ERROR_PATCH_PACKAGE_UNSUPPORTED . = 0x0665
924
+ ERROR_PATCH_PACKAGE_UNSUPPORTED = 0x0665
925
925
ERROR_PRODUCT_VERSION = 0x0666
926
926
ERROR_INVALID_COMMAND_LINE = 0x0667
927
927
ERROR_INSTALL_REMOTE_DISALLOWED = 0x0668
@@ -1912,7 +1912,7 @@ module Msf::Post::Windows
1912
1912
ERROR_DS_LOOKUP_FAILURE = 0x214C
1913
1913
ERROR_DS_COULDNT_UPDATE_SPNS = 0x214D
1914
1914
ERROR_DS_CANT_RETRIEVE_SD = 0x214E
1915
- ERROR_DS_KEY_NOT_UNIQUE . = 0x214F
1915
+ ERROR_DS_KEY_NOT_UNIQUE = 0x214F
1916
1916
ERROR_DS_WRONG_LINKED_ATT_SYNTAX = 0x2150
1917
1917
ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD = 0x2151
1918
1918
ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY = 0x2152
You can’t perform that action at this time.
0 commit comments