
19 Feb
2007
19 Feb
'07
11:51 p.m.
Hi, Mark I attach the message before bridge.c fixes after conf.c fix. This message solve your problem? Thanks Atsushi SAKAI Mark McLoughlin <markmc@redhat.com> wrote:
Hi there,
On Fri, 2007-02-16 at 19:24 +0900, Atsushi SAKAI wrote:
- ((struct sockaddr_in *)&ifr.ifr_addr)->sin_family = AF_INET; - ((struct sockaddr_in *)&ifr.ifr_addr)->sin_addr = inaddr; + ((struct sockaddr_in *)((void *)&ifr.ifr_addr))->sin_family = AF_INET; + ((struct sockaddr_in *)((void *)&ifr.ifr_addr))->sin_addr = inaddr;
Could you explain this change? I'm not sure I follow what the problem was or how it fixes it.
Thanks, Mark.