summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.