summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ivy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 51f1215..e4cbb04 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -245,10 +245,12 @@ static int CheckConnected( IvyClientPtr clnt )
return 1;
}
/* client different mais applicationID identique */
+ /* TODO est-ce utile ??? verif dans UDP
if ( (client != clnt) && (clnt->app_id == client->app_id) )
{
return 1;
}
+ */
}
return 0;