|
@@ -435,10 +435,10 @@ static int econet_sendmsg(struct kiocb *iocb, struct socket *sock,
|
|
udpdest.sin_addr.s_addr = htonl(network | addr.station);
|
|
udpdest.sin_addr.s_addr = htonl(network | addr.station);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ memset(&ah, 0, sizeof(ah));
|
|
ah.port = port;
|
|
ah.port = port;
|
|
ah.cb = cb & 0x7f;
|
|
ah.cb = cb & 0x7f;
|
|
ah.code = 2; /* magic */
|
|
ah.code = 2; /* magic */
|
|
- ah.pad = 0;
|
|
|
|
|
|
|
|
/* tack our header on the front of the iovec */
|
|
/* tack our header on the front of the iovec */
|
|
size = sizeof(struct aunhdr);
|
|
size = sizeof(struct aunhdr);
|