summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ivy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 3759908..c77acbb 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -451,9 +451,10 @@ static void ClientDelete( Client client, void *data )
{
(*application_callback)( clnt, application_user_data, BusApplicationDisconnected );
}
- SocketGetRemote( client, &remotehost, &remoteport );
#ifdef DEBUG
+ /* probably bogus call, but this is for debug only anyway */
+ SocketGetRemote( client, &remotehost, &remoteport );
printf("Deconnexion de %s:%hu\n", remotehost, remoteport );
#endif //DEBUG