Fix GNetworkAddress skipping addresses when enumerating
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 2 Sep 2009 16:48:09 +0000 (17:48 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 11 Sep 2009 14:25:34 +0000 (15:25 +0100)
commit866731776651e04178a6cc1e78d244384a890d1a
treed8c37afedc63708f9216167757d2e23a21c3e89b
parentcdd04f36cac838f92826cbf415868100a4007741
Fix GNetworkAddress skipping addresses when enumerating

g_network_address_address_enumerator_next_finish takes the first item of the
address list and moves the pointer to the next one, so we shouldn't do the same
in g_network_address_address_enumerator_next_async function

Fixes bug #593941
gio/gnetworkaddress.c