dll: service: testing

This commit is contained in:
Bill Zissimopoulos
2016-05-07 22:37:17 -07:00
parent 789222af68
commit 27a16e5c54
2 changed files with 46 additions and 26 deletions

View File

@ -44,7 +44,7 @@ NTSTATUS SvcStart(FSP_SERVICE *Service, ULONG argc, PWSTR *argv)
PWSTR MountPoint = 0;
PWSTR VolumePrefix = 0;
PWSTR RootSddl = 0;
MEMFS *Memfs;
MEMFS *Memfs = 0;
NTSTATUS Result;
for (argp = argv + 1, arge = argv + argc; arge > argp; argp++)