mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
use the correct down-level scope filter flag for the computer selection dialog
svn path=/trunk/; revision=18163
This commit is contained in:
parent
622b8c6503
commit
106e7a3173
1 changed files with 1 additions and 2 deletions
|
@ -558,8 +558,7 @@ InitializeRemoteRegistryPicker(OUT IDsObjectPicker **pDsObjectPicker)
|
||||||
0,
|
0,
|
||||||
0
|
0
|
||||||
},
|
},
|
||||||
DSOP_DOWNLEVEL_FILTER_COMPUTERS |
|
DSOP_DOWNLEVEL_FILTER_COMPUTERS
|
||||||
DSOP_DOWNLEVEL_FILTER_GLOBAL_GROUPS | DSOP_DOWNLEVEL_FILTER_ALL_WELLKNOWN_SIDS
|
|
||||||
},
|
},
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
|
Loading…
Reference in a new issue