From 3cb42e98f05e90fc89fc3d8695759f74d2a77f2d Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Wed, 12 Jan 1994 01:31:00 +0000
Subject: [PATCH] Added a comment.

---
 src/server/admin.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/server/admin.c b/src/server/admin.c
index 1a58d827d..30fe53736 100644
--- a/src/server/admin.c
+++ b/src/server/admin.c
@@ -1,5 +1,5 @@
 /*
- * $Id: admin.c,v 0.11 1993/10/18 12:28:50 ceder Exp $
+ * $Id: admin.c,v 0.12 1994/01/12 01:31:00 ceder Exp $
  * Copyright (C) 1991  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -28,7 +28,7 @@
  * Administrative calls.
  */
 
-static char *rcsid = "$Id: admin.c,v 0.11 1993/10/18 12:28:50 ceder Exp $";
+static char *rcsid = "$Id: admin.c,v 0.12 1994/01/12 01:31:00 ceder Exp $";
 #include "rcs.h"
 USE(rcsid);
 
@@ -52,6 +52,12 @@ USE(rcsid);
 #include "log.h"
 #include "send-async.h"
 
+/* All of the fields in this structure except the version number
+   is set from the configuration file at startup (see ramkomd.c).
+   The default values are also set in ramkomd.c; the values below are
+   never used.  The defaults are as of this writing (1994-01-11
+   19:57:22) equal to the values below, but don't trust that that is
+   so when you read this. */
 Info kom_info = 
 {
 #include "version.incl"
-- 
GitLab