X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/fcad4b0b370b9fc232db98895fbfe22177436433..45a1170652384baf744a5e61d576af534c7b8b14:/udp.c diff --git a/udp.c b/udp.c index 483ed37..12fcfe8 100644 --- 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->ops.min_end_pad=0; st->ops.request_notify=request_notify; st->ops.release_notify=release_notify; st->ops.sendmsg=udp_sendmsg;