Remove unnecessary NULL check in whoreply()
new_w has already been checked for NULL further up the loop.
This commit is contained in:
@@ -484,7 +484,7 @@ do
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (new_w && new_w->who_mask)
|
if (new_w->who_mask)
|
||||||
{
|
{
|
||||||
if (new_w->who_mask & WHO_HERE)
|
if (new_w->who_mask & WHO_HERE)
|
||||||
ok = ok && (*stat == 'H');
|
ok = ok && (*stat == 'H');
|
||||||
|
|||||||
Reference in New Issue
Block a user