summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
authorfcolin2006-06-16 14:44:57 +0000
committerfcolin2006-06-16 14:44:57 +0000
commit91c16c398d72cb2099294d86f4e9cbaf12a3d3da (patch)
tree703edc4b8e5cfdefe14dbd4a6125400844f0ccee /src/ivy.c
parent25bb709ea9453a6a0d49a7e38ec0150271ccc6bc (diff)
downloadivy-c-91c16c398d72cb2099294d86f4e9cbaf12a3d3da.zip
ivy-c-91c16c398d72cb2099294d86f4e9cbaf12a3d3da.tar.gz
ivy-c-91c16c398d72cb2099294d86f4e9cbaf12a3d3da.tar.bz2
ivy-c-91c16c398d72cb2099294d86f4e9cbaf12a3d3da.tar.xz
est ce utilite de verifier le AppID au moment de la connexion ???
en principe le test est realise a la reception du Hello CVS ----------------------------------------------------------------------
Diffstat (limited to 'src/ivy.c')
-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;