]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send_common.c
send_common: Remove outdated comment.
[paraslash.git] / send_common.c
index acb7aa6d06777863cccffe8a317749618b11060b..71c33b044cc3b71cdcd149bad81ed7ff133f480e 100644 (file)
@@ -277,9 +277,8 @@ void generic_com_off(struct sender_status *ss)
  * \param ss The sender whose listening fd is ready for reading.
  * \param rfds Passed to para_accept(),
  *
- * This must be called only if the socket fd of \a ss is ready for reading.  It
- * calls para_accept() to accept the connection and performs the following
- * actions on the resulting file descriptor \a fd:
+ * This calls para_accept() and performs the following actions on the resulting
+ * file descriptor fd:
  *
  *     - Checks whether the maximal number of connections are exceeded.
  *     - Sets \a fd to nonblocking mode.