services: Remove redundant error code check (Coverity).
This commit is contained in:
parent
6ed7d9dd1c
commit
5300364dfd
|
@ -718,8 +718,8 @@ static DWORD service_wait_for_startup(struct service_entry *service_entry, HANDL
|
|||
WINE_TRACE("Service started successfully\n");
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
if (dwCurrentStatus != SERVICE_START_PENDING)
|
||||
return ERROR_SERVICE_REQUEST_TIMEOUT;
|
||||
|
||||
return ERROR_SERVICE_REQUEST_TIMEOUT;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue