diff --git a/doc/lyskomd.texi b/doc/lyskomd.texi
index 9b9069a0e080f574a7d458ea540406865df49a83..e29df837ae23e8ddbad7b0e76d519f6cfed724ca 100644
--- a/doc/lyskomd.texi
+++ b/doc/lyskomd.texi
@@ -1,5 +1,5 @@
 \input texinfo
-@c $Id: lyskomd.texi,v 1.68 2003/08/12 13:58:14 ceder Exp $
+@c $Id: lyskomd.texi,v 1.69 2003/08/14 17:08:55 ceder Exp $
 @c %**start of header
 @setfilename lyskomd.info
 @include version.texi
@@ -509,7 +509,7 @@ start reading from it again.)  Default is @code{100}.
 @item Low penalty: @var{int}
 Once the penalty points for a client is reduced below this setting,
 the server will start reading from the client again.  This should be
-lower than @code{Max penalty}.
+lower than @code{Max penalty}.  Default is @code{20}.
 
 @item Connect timeout: @var{timeval}
 If the client doesn't send the initial handshake (such as
@@ -525,10 +525,6 @@ the clients will reset the timer.  The @samp{Login timout:} value is
 used while nobody is logged in on the session.
 Default is @code{30 minutes} and @code{11.5 days}, respectively.
 
-If nothing is sent to the client for this long, while somebody is logged
-in on the session, the client will be disconnected.
-Default is @code{45 minutes}.
-
 @item Max client data length: @var{int}
 The maxiumum allowed length for client name and version data. The
 default is @code{60}.
@@ -2073,6 +2069,7 @@ Success service(Conf_no conf_no, Text_no text_no)
     Conference *conf_stat;
     Text_stat  *text_stat;
 
+    CHK_CONNECTION(FAILURE);
     CHK_LOGIN(FAILURE);
     GET_C_STAT(conf_stat, conf_no, FAILURE);
     GET_T_STAT(text_stat, text_no, FAILURE);