mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
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.n = 0;
|
||||
|
||||
if (!this || !pid)
|
||||
if (!pid)
|
||||
{
|
||||
set_errno (ESRCH);
|
||||
goto err;
|
||||
|
Loading…
x
Reference in New Issue
Block a user