From 17d4d8d088bb9fa2ee8dc76e4f444b3dc909dd9a Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 16 Feb 2001 10:44:39 +0000 Subject: [PATCH] update --- lib/silccore/silcsockconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0