cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_request
Fix all callers.
This commit is contained in:
parent
911f7d628d
commit
d1ea8f4a46
|
@ -720,7 +720,7 @@ _pinfo::commune_request (__uint32_t code, ...)
|
||||||
res.s = NULL;
|
res.s = NULL;
|
||||||
res.n = 0;
|
res.n = 0;
|
||||||
|
|
||||||
if (!this || !pid)
|
if (!pid)
|
||||||
{
|
{
|
||||||
set_errno (ESRCH);
|
set_errno (ESRCH);
|
||||||
goto err;
|
goto err;
|
||||||
|
|
Loading…
Reference in New Issue