From e9f667d046f4ddb6756848b4537add57fd96a539 Mon Sep 17 00:00:00 2001 From: fcolin Date: Wed, 3 Nov 2004 15:45:08 +0000 Subject: added comment on check connected function --- src/ivy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 9f78651..abaa96f 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -300,7 +300,7 @@ static int CheckConnected( IvyClientPtr clnt ) struct in_addr *addr1; struct in_addr *addr2; - if ( clnt->app_port == 0 ) + if ( clnt->app_port == 0 ) /* Old Ivy Protocol Dont check */ return 0; /* recherche dans la liste des clients de la presence de clnt */ IVY_LIST_EACH( clients, client ) -- cgit v1.1