From e865156e5b2896f6abf0fbb215162c244a5fade9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 7 Nov 1997 20:45:07 +0100
Subject: [PATCH] Added FIXME:.

Rev: src/modules/files/socket.c:1.17
---
 src/modules/files/socket.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/files/socket.c b/src/modules/files/socket.c
index d289691940..a193aac0e2 100644
--- a/src/modules/files/socket.c
+++ b/src/modules/files/socket.c
@@ -256,7 +256,7 @@ static void port_create(INT32 args)
       if(strcmp("stdin",sp[-args].u.string->str))
 	error("port->create() called with string other than 'stdin'\n");
 
-      THIS->fd=0;
+      THIS->fd=0;	/* FIXME: Shouldn't there be a close() here? */
 
       if(listen(THIS->fd, 16384) < 0)
       {
-- 
GitLab