* Got bounce messages working (mostly ... testers, please beat this up!)
[citadel.git] / citadel / clientsocket.c
index 3c5e94caf928db5dd84bb3ce5bbc7a604784f722..c9d40c517aaf56afee3c27b0580a1482c231764c 100644 (file)
@@ -76,8 +76,8 @@ int sock_connect(char *host, char *service, char *protocol)
                return(-1);
        }
 
-/* FIX ... the alarm clock is a problem for multithreaded programs because all
- * threads receive the signal.
+/* FIXME ... the alarm clock is a problem for multithreaded programs because
+ * all threads receive the signal.
        signal(SIGALRM, timeout);
        alarm(30);
  */