[IPV4] ipconfig: fix RARP ic_servaddr breakage
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 24 Oct 2006 22:18:36 +0000 (15:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Oct 2006 22:18:36 +0000 (15:18 -0700)
memcpy 4 bytes to address of auto unsigned long variable followed
by comparison with u32 is a bloody bad idea.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found