integer arithmetic types: do not use unsigned for lengths
[secnet] / udp.c
diff --git a/udp.c b/udp.c
index 9615a17..f02a05c 100644 (file)
--- a/udp.c
+++ b/udp.c
@@ -302,7 +302,6 @@ static list_t *udp_apply(closure_t *self, struct cloc loc, dict_t *context,
     return new_closure(&st->cl);
 }
 
-init_module udp_module;
 void udp_module(dict_t *dict)
 {
     add_closure(dict,"udp",udp_apply);