fix for 2.4.21

This commit is contained in:
gbeauche 2005-03-22 13:43:50 +00:00
parent afe033a63d
commit 569d916664

View File

@ -509,7 +509,7 @@ static int sheep_net_ioctl(struct inode *inode, struct file *f, unsigned int cod
err = -ENOMEM;
goto error;
}
skt_set_dead(v->skt->dead);
skt_set_dead(v->skt);
/* Attach packet handler */
v->pt.type = htons(ETH_P_ALL);