From 8fc22011e57aaf78ff691bf87feee225a08c28b0 Mon Sep 17 00:00:00 2001 From: rettenbe Date: Mon, 22 Jun 2009 10:28:14 +0000 Subject: [PATCH] update comments: gosa-si-client registration deadlock git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13753 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/gosa-si-client | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index 0fb1c1be6..7f721da2f 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -1067,6 +1067,7 @@ sub server_input { # if client is alread in a registration process, that means not registered, do nothing # if not, cause re-registration +# TODO : This if-else can cause a registration deadlock. Currently I can not reproduce the deadlock and don't have a clue what is the reason for the deadlock if (not $REGISTERED) { &daemon_log("WARNING: gosa-si-client is already in a registration process so ignore this message", 3); } else { -- 2.30.2