]> jfr.im git - solanum.git/commit - ircd/send.c
ircd: send_to_channel_flags: avoid clang static analysis warning
authorSimon Arlott <sa.me.uk>
Sat, 29 Jul 2017 19:45:53 +0000 (20:45 +0100)
committerSimon Arlott <sa.me.uk>
Sat, 29 Jul 2017 21:39:50 +0000 (22:39 +0100)
commit07807ce8b010fbedfb2237e8f13ce6779d6f85bb
tree17584900fc5d42cc7b553cf1a028f20e7f68c60c
parentd856535eddb84b18f55cbdcb0a6b0382cb643c20
ircd: send_to_channel_flags: avoid clang static analysis warning

Set current_capmask and then use it, instead of referencing target_p->localClient->caps again.

This makes the purpose of current_capmask a bit clearer.
ircd/send.c