diff options
-rw-r--r-- | FICS/ficsmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c index b1882f3..aa7e61a 100644 --- a/FICS/ficsmain.c +++ b/FICS/ficsmain.c @@ -135,7 +135,7 @@ PUBLIC int main(int argc, char *argv[]) exit(1); } startuptime = time(0); -/* Using the value defined in config.h now instead of the real hostname. +/* Using the value defined in config.h now instead of the real hostname. This is used as the return address in email, so it needs to be a real DNS resolvable hostname! Sparky */ /* gethostname(fics_hostname, 80); */ |