* fixed a bug with the public_clients feature.
authorWilfried Göesgens <willi@citadel.org>
Thu, 23 Nov 2006 21:27:13 +0000 (21:27 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 23 Nov 2006 21:27:13 +0000 (21:27 +0000)
citadel/citserver.c

index 95eab2fc673ceac0d2c6cf8a8d0b238effdedc88..6a5193f97387aa35ad4c069111076ac180723679 100644 (file)
@@ -366,6 +366,7 @@ int is_public_client(void)
                                if ((strlen(public_clients) +
                                   strlen(addrbuf) + 2)
                                   < sizeof(public_clients)) {
+                                       strcat(public_clients, "|");
                                        strcat(public_clients, addrbuf);
                                }
                        }