chiark / gitweb /
udp: Use commcommon->why_unwanted
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Sep 2019 14:21:09 +0000 (15:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 18:16:17 +0000 (19:16 +0100)
commit063a38452284a02b339100f3d62eebf12b128dfd
tree06ec22923510f49d8a21d9e01c68b4947b4ad0cb
parent09d1e3d09a6d0220e257a634926ef90d2e7ef49e
udp: Use commcommon->why_unwanted

This is the one call site of comm_notify.  (If we had had any comm
that wasn't based on udp.c, that would have needed updating too.)

No overall functional change: nothing ever sets this yet, so we always
use the default message.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
udp.c