Commit 2035a8c7 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

services: Check for services without lpBinaryPathName in get_winedevice_process.

parent 06072b44
......@@ -751,6 +751,7 @@ static struct process_entry *get_winedevice_process(struct service_entry *servic
if (!winedevice_entry->process) continue;
if (winedevice_entry->is_wow64 != is_wow64) continue;
if (!winedevice_entry->config.lpBinaryPathName) continue;
if (strcmpW(winedevice_entry->config.lpBinaryPathName, path)) continue;
if (!winedevice_entry->config.lpLoadOrderGroup) continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment