Code

update comments: gosa-si-client registration deadlock
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Jun 2009 10:28:14 +0000 (10:28 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Jun 2009 10:28:14 +0000 (10:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13753 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-client

index 0fb1c1be64c57c57e7536b2689b29752ce84618e..7f721da2f1a6675ce2fded8e859549b6b3a91bfe 100755 (executable)
@@ -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 {