Changed IP capabilities showing

This commit is contained in:
Michiel Broek
2004-07-22 20:30:58 +00:00
parent 2650d93014
commit 22f65f8e92
9 changed files with 34 additions and 27 deletions

View File

@@ -468,7 +468,7 @@ int initnl(void)
* Read all our TCP/IP capabilities and set the global flag.
*/
if (TCFG.max_tcp) {
sprintf(buf, "%s", CFG.Flags);
sprintf(buf, "%s", CFG.IP_Flags);
q = buf;
for (p = q; p; p = q) {
if ((q = strchr(p, ',')))