X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=netlink.c;h=76ac91c31679f2d89e39fadd77fbe7764e818a28;hb=389070fed67552c613ce5afd3cdb436f8f8c538f;hp=cc954fd748bd7d8677cd2487987aac8f84f434c4;hpb=08ee90a207d1a9c0b3e34d1db06cd7502ad48990;p=secnet.git diff --git a/netlink.c b/netlink.c index cc954fd..76ac91c 100644 --- a/netlink.c +++ b/netlink.c @@ -1067,7 +1067,6 @@ static list_t *null_apply(closure_t *self, struct cloc loc, dict_t *context, return new_closure(&st->nl.cl); } -init_module netlink_module; void netlink_module(dict_t *dict) { add_closure(dict,"null-netlink",null_apply);