chiark / gitweb /
Build: Explicitly link against mLib or catacomb.
[tripe] / server / tun-linux.c
index 28c20500d891c2c7e00fd210afa6f7f54fc3c41b..cffeb56d0e7456ffc6ae2b53b2da91418e1db86d 100644 (file)
@@ -161,11 +161,7 @@ static void t_inject(tunnel *t, buf *b)
  */
 
 static void t_destroy(tunnel *t)
-{
-  sel_rmfile(&t->f);
-  close(t->f.fd);
-  DESTROY(t);
-}
+  { sel_rmfile(&t->f); close(t->f.fd); DESTROY(t); }
 
 const tunnel_ops tun_linux = {
   "linux",