changed ixp_dec_stat

This commit is contained in:
garbeam 2006-01-07 14:02:50 +02:00
parent 58dd7803c2
commit 4bb2cc8fbd
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ void *
ixp_dec_stat(unsigned char *msg, Stat * stat)
{
unsigned short len;
msg += sizeof(unsigned short);
msg = ixp_dec_u16(msg, &len);
msg = ixp_dec_u16(msg, &stat->type);
msg = ixp_dec_u32(msg, &stat->dev);
msg = ixp_dec_qid(msg, &stat->qid);