From: Pekka Riikonen Date: Fri, 16 Feb 2001 10:44:39 +0000 (+0000) Subject: update X-Git-Tag: SILC.0.1~217 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=17d4d8d088bb9fa2ee8dc76e4f444b3dc909dd9a;p=silc.git update --- diff --git a/lib/silccore/silcsockconn.c b/lib/silccore/silcsockconn.c index a701da5c..ebc2812e 100644 --- a/lib/silccore/silcsockconn.c +++ b/lib/silccore/silcsockconn.c @@ -30,7 +30,7 @@ void silc_socket_alloc(int sock, SilcSocketType type, void *user_data, SILC_LOG_DEBUG(("Allocating new socket connection object")); /* Set the pointers. Incoming and outgoing data buffers - are allocated by the server when they are first used. */ + are allocated by the application when they are first used. */ *new_socket = silc_calloc(1, sizeof(**new_socket)); (*new_socket)->sock = sock; (*new_socket)->type = type;