2010-07-08 09:18:25 +00:00

12 lines
350 B
Plaintext

$OpenBSD: patch-init_c,v 1.2 2010/07/08 09:18:25 fkr Exp $
--- init.c.orig Thu Oct 1 20:02:18 2009
+++ init.c Thu Jul 8 07:15:30 2010
@@ -2216,6 +2216,7 @@ do_init_socket_1 (struct context *c, const int mode)
c->options.mtu_discover_type,
c->options.rcvbuf,
c->options.sndbuf,
+ c->options.rtable,
sockflags);
}