aboutsummaryrefslogtreecommitdiff
path: root/tcpclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpclient.c')
-rw-r--r--tcpclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcpclient.c b/tcpclient.c
index 013fb75..dec7983 100644
--- a/tcpclient.c
+++ b/tcpclient.c
@@ -263,6 +263,7 @@ static void tcpclient_free(t_tcpclient *x)
IEMNET_EXTERN void tcpclient_setup(void)
{
+ static int again=0; if(again)return; again=1;
tcpclient_class = class_new(gensym(objName), (t_newmethod)tcpclient_new,
(t_method)tcpclient_free,
sizeof(t_tcpclient), 0, A_DEFFLOAT, 0);