aboutsummaryrefslogtreecommitdiff
path: root/tcpserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpserver.c')
-rw-r--r--tcpserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpserver.c b/tcpserver.c
index e611551..d1be424 100644
--- a/tcpserver.c
+++ b/tcpserver.c
@@ -451,7 +451,7 @@ static void tcpserver_receive_callback(void *y0,
if(argc) {
tcpserver_info_connection(x, y);
- outlet_list(x->x_msgout, gensym("list"), argc, argv);
+ iemnet__streamout(x->x_msgout, argc, argv);
} else {
// disconnected
int sockfd=y->sr_fd;