aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/udpsend.c')
-rwxr-xr-xnet/udpsend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/udpsend.c b/net/udpsend.c
index be95d78..6a6aef5 100755
--- a/net/udpsend.c
+++ b/net/udpsend.c
@@ -240,6 +240,7 @@ void udpsend_setup(void)
gensym("disconnect"), 0);
class_addmethod(udpsend_class, (t_method)udpsend_send, gensym("send"),
A_GIMME, 0);
+ class_addlist(udpsend_class, (t_method)udpsend_send);
}
/* end udpsend.c*/