aboutsummaryrefslogtreecommitdiff
path: root/net/tcpsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpsend.c')
-rw-r--r--net/tcpsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpsend.c b/net/tcpsend.c
index b576eae..d452726 100644
--- a/net/tcpsend.c
+++ b/net/tcpsend.c
@@ -38,7 +38,7 @@ static void *tcpsend_new(void);
static void *tcpsend_new(void)
{
t_tcpsend *x = (t_tcpsend *)pd_new(tcpsend_class);
- outlet_new(&x->x_obj, &s_float);
+ outlet_new(&x->x_obj, gensym("float"));
x->x_fd = -1;
return (x);
}