summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ivy.c b/src/ivy.c
index e0102c8..51f1215 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -244,6 +244,11 @@ static int CheckConnected( IvyClientPtr clnt )
if ( addr1->s_addr == addr2->s_addr )
return 1;
}
+ /* client different mais applicationID identique */
+ if ( (client != clnt) && (clnt->app_id == client->app_id) )
+ {
+ return 1;
+ }
}
return 0;