chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup: remove redundant "init_module" declarations
[secnet]
/
udp.c
diff --git
a/udp.c
b/udp.c
index 9615a174224624ce8a58d173f5df68a2de2b3de8..f02a05ce4f8c712146a760c5405037e8d7522292 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);