chiark / gitweb /
site, netlink: abolish max_end_pad and min_end_pad
[secnet.git] / udp.c
diff --git a/udp.c b/udp.c
index 483ed375e7ae876bf34a222250c90063cabc57c2..12fcfe8c6ec6edb5c0904c1952d36b00c8ddd94f 100644 (file)
--- a/udp.c
+++ b/udp.c
@@ -289,7 +289,6 @@ static list_t *udp_apply(closure_t *self, struct cloc loc, dict_t *context,
     st->cl.interface=&st->ops;
     st->ops.st=st;
     st->ops.min_start_pad=0;
     st->cl.interface=&st->ops;
     st->ops.st=st;
     st->ops.min_start_pad=0;
-    st->ops.min_end_pad=0;
     st->ops.request_notify=request_notify;
     st->ops.release_notify=release_notify;
     st->ops.sendmsg=udp_sendmsg;
     st->ops.request_notify=request_notify;
     st->ops.release_notify=release_notify;
     st->ops.sendmsg=udp_sendmsg;