Skip to content

Commit

Permalink
Moving ! inside parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
eaescob committed Feb 10, 2022
1 parent 8a030bb commit ac39cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m_rwho.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ static int rwho_match(aClient *cptr, int *failcode, aClient **failclient)
return 0;

if ((rwho_opts.check[1] & RWM_HOST) &&
!(rwho_opts.host_func[1](rwho_opts.host_pat[1], cptr->user->host) || !rwho_opts.host_func[1](rwho_opts.host_pat[1], cptr->user->mhost)))
(!rwho_opts.host_func[1](rwho_opts.host_pat[1], cptr->user->host) || !rwho_opts.host_func[1](rwho_opts.host_pat[1], cptr->user->mhost)))
return 0;
#else
if ((rwho_opts.check[0] & RWM_HOST) &&
Expand Down

0 comments on commit ac39cff

Please sign in to comment.