chiark / gitweb /
build, debian: Add a suffix to the main TrIPE-specific manpages.
[tripe] / proxy / tripe-mitm.c
index eb1c7fd2c79785eff4ebe9f9f8acb726399a5707..a9f84914cf0a9a7e1690030ad4e0ec2906b2bf7c 100644 (file)
@@ -439,7 +439,7 @@ static void adddelay(filter *f, unsigned ac, char **av)
 static void dosend(filter *f, const octet *buf, size_t sz)
 {
   printf("send to `%s'\n", f->p_to->name);
-  IGNORE(write(f->p_to->sf.fd, buf, sz));
+  DISCARD(write(f->p_to->sf.fd, buf, sz));
 }
 
 static void addsend(filter *f, unsigned ac, char **av)