chiark / gitweb /
comm: Introduce commcommon->why_unwanted
[secnet.git] / site.c
diff --git a/site.c b/site.c
index eb146e1baabd1c3e031c86b4960f2d7fd27d35b8..df87ea124203aa6801e6955e2f08ea494a0a0c6d 100644 (file)
--- a/site.c
+++ b/site.c
@@ -1867,7 +1867,8 @@ static bool_t setup_late_msg_ok(struct site *st,
    this current site instance (and should therefore not be processed
    by other sites), even if the packet was otherwise ignored. */
 static bool_t site_incoming(void *sst, struct buffer_if *buf,
-                           const struct comm_addr *source)
+                           const struct comm_addr *source,
+                           struct priomsg *whynot)
 {
     struct site *st=sst;