Initialise mis.next to NULL

Probably not needed, but safer.

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
This commit is contained in:
Neil Brown 2005-06-14 06:32:52 +00:00
parent 891d299451
commit 92919398cc
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ void arrayline(char *line)
mis.devname = NULL;
mis.spare_group = NULL;
mis.autof = 0;
mis.next = NULL;
for (w=dl_next(line); w!=line; w=dl_next(w)) {
if (w[0] == '/') {