X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=site.c;h=57ccb1dcdc4d0811a136c78a0cc229aa1ecd4778;hb=715f70157516497e5f1f3237fc1d35efe94debc8;hp=8ca87690baf350f7c3fee99ddd595db34bb4ade8;hpb=9839d4017f0f5cc02c5201fc4648bc28cd6a4354;p=secnet.git diff --git a/site.c b/site.c index 8ca8769..57ccb1d 100644 --- a/site.c +++ b/site.c @@ -2084,9 +2084,8 @@ 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"); + priomsg_update_fixed(whynot, comm_notify_whynot_general, + "not MSG1 or PROD; unknown dest index"); return False; }