diff options
Diffstat (limited to 'src/VBox/Main/src-all')
-rw-r--r-- | src/VBox/Main/src-all/win/VBoxProxyStub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Main/src-all/win/VBoxProxyStub.c b/src/VBox/Main/src-all/win/VBoxProxyStub.c index 87125091..63d84b9c 100644 --- a/src/VBox/Main/src-all/win/VBoxProxyStub.c +++ b/src/VBox/Main/src-all/win/VBoxProxyStub.c @@ -2491,7 +2491,7 @@ static void vbpsUpdateWindowsService(VBPSREGSTATE *pState, const WCHAR *pwszVBox NULL /* pwszLoadOrderGroup */, NULL /* pdwTagId */, wszzDependencies, - NULL /* pwszServiceStartName */, + pwszServiceStartName /* pwszServiceStartName */, NULL /* pwszPassword */); if (hService != NULL) { |