From 5f8ee4fae371395b42dfd2a16b31e7ccf013aa8d Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 25 Oct 2001 05:10:32 +0000 Subject: Bit of source code clean up. --- src/sock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sock.c b/src/sock.c index de966b4..c621fa1 100644 --- a/src/sock.c +++ b/src/sock.c @@ -1,4 +1,4 @@ -/* $Id: sock.c,v 1.13 2001-10-24 00:37:23 rjkaes Exp $ +/* $Id: sock.c,v 1.14 2001-10-25 05:10:32 rjkaes Exp $ * * Sockets are created and destroyed here. When a new connection comes in from * a client, we need to copy the socket and the create a second socket to the @@ -277,5 +277,6 @@ ssize_t readline(int fd, char *ptr, size_t maxlen) /* Tack a NIL to the end to make is a standard "C" string */ *ptr = '\0'; + return (ssize_t)n; } -- cgit v1.2.3