socket: fix broken connect for non broadcast traffic
authorPeter Lieven <pl@kamp.de>
Sun, 8 Jun 2014 12:20:12 +0000 (14:20 +0200)
committerPeter Lieven <pl@kamp.de>
Sun, 8 Jun 2014 12:20:12 +0000 (14:20 +0200)
commit 1c1e09a completely broke connects for non broadcast
traffic since it forgot to copy the server address into
the socket_storage struct.

Signed-off-by: Peter Lieven <pl@kamp.de>

No differences found