Partial implementation of nodelist Txx flags

This commit is contained in:
Michiel Broek
2001-12-27 17:33:15 +00:00
parent 3970593dfa
commit 2df62a976d
6 changed files with 43 additions and 12 deletions

View File

@@ -210,6 +210,8 @@ node *getnlent(faddr *addr)
nodebuf.iflags = 0L;
nodebuf.dflags = 0L;
nodebuf.uflags[0] = NULL;
nodebuf.t1 = '\0';
nodebuf.t2 = '\0';
if (addr == NULL)
goto retdummy;