soup_socket_get_remote_address: fix
authorDan Winship <danw@gnome.org>
Mon, 21 Mar 2011 17:42:44 +0000 (13:42 -0400)
committerDan Winship <danw@gnome.org>
Mon, 21 Mar 2011 17:43:32 +0000 (13:43 -0400)
commit8f9497f8eabbc5df48330e7b0317ac28a8b9b98e
tree8c7d381d0975b220cd694a15701a3e1cd13f637b
parent56e9bed424d35a2371642d6955e0c2cfe5e60412
soup_socket_get_remote_address: fix

This was setting priv->local_addr instead of priv->remote_addr, and so
it always ended up returning NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=645227
libsoup/soup-socket.c