Fix an uninitialized variable warning.
This commit is contained in:
parent
0a7f1377cf
commit
bcc8cf69fe
@ -562,7 +562,7 @@ trunk_port_output(struct ifnet *ifp, struct mbuf *m,
|
||||
{
|
||||
struct trunk_port *tp = ifp->if_trunk;
|
||||
struct ether_header *eh;
|
||||
short type;
|
||||
short type = 0;
|
||||
|
||||
switch (dst->sa_family) {
|
||||
case pseudo_AF_HDRCMPLT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user