X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=site.c;h=8ca87690baf350f7c3fee99ddd595db34bb4ade8;hb=9839d4017f0f5cc02c5201fc4648bc28cd6a4354;hp=add60398aa2195bdf7b27eee1d9e84d2e75a8db3;hpb=3487bd4f5c67b8805aa404729e608b55a1beae48;p=secnet.git diff --git a/site.c b/site.c index add6039..8ca8769 100644 --- a/site.c +++ b/site.c @@ -2084,6 +2084,9 @@ static bool_t site_incoming(void *sst, struct buffer_if *buf, return True; } + if (priomsg_update_p(whynot, comm_notify_whynot_general)) + truncmsg_add_string(&whynot->m, + "not MSG1 or PROD; unknown dest index"); return False; }