fix display of uninitialized ports

SVN-Revision: 3946
This commit is contained in:
Mike Baker 2006-06-14 22:44:35 +00:00
parent 1acf26b4b9
commit 693d087960

View file

@ -315,6 +315,8 @@ static int handle_vlan_port_read(void *driver, char *buf, int nr)
}
}
buf[len] = '\0';
return len;
}