* typos remaining...
[citadel.git] / citadel / citserver.c
index 6032caeaadcc712e13f83e0a8803120d1341af67..6d19990140b1fe906e4ce696e4b25177ccb41ae2 100644 (file)
@@ -336,7 +336,7 @@ int is_public_client(void)
                if (fp != NULL) while (fgets(buf, sizeof buf, fp)!=NULL) {
                        char *ptr;
                        ptr = buf;
-                       while (!IsEmptyStr(*ptr)) {
+                       while (!IsEmptyStr(ptr)) {
                                if (buf[i] == '#') buf[i] = 0;
                                else ptr++;
                        }