summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-11-11 18:47:18 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-11-11 18:47:18 +0000
commitc42b6a2ffbe9bfb22c40bcf3d070a9203cc247d4 (patch)
tree0f8dff9030759ff8050c0b6fb7750ad6280f222a
parent475ffe5854f257fb28242ad4526de43910f297f1 (diff)
downloadmailutils-c42b6a2ffbe9bfb22c40bcf3d070a9203cc247d4.tar.gz
mailutils-c42b6a2ffbe9bfb22c40bcf3d070a9203cc247d4.tar.bz2
Removed confusing comment
-rw-r--r--comsat/cfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/comsat/cfg.c b/comsat/cfg.c
index 63e649164..758ee9a1d 100644
--- a/comsat/cfg.c
+++ b/comsat/cfg.c
@@ -102,7 +102,6 @@ netdef_parse (char *str)
return NULL;
netmask = 0xfffffffful >> (32-len);
netmask <<= (32-len);
- /*FIXME: hostorder?*/
}
else
netmask = inet_network (ipbuf);

Return to:

Send suggestions and report system problems to the System administrator.