ObjXMPP  Diff

Differences From Artifact [a25ea0dfc3]:

To Artifact [99e1224098]:


304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
	}

	return self;
}

- (id)nextObject
{
	XMPPSRVEntry *ret;
	of_list_object_t *iter;
	uint32_t totalWeight = 0;

	if (done)
		return nil;

	if (listIter == NULL)







|







304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
	}

	return self;
}

- (id)nextObject
{
	XMPPSRVEntry *ret = nil;
	of_list_object_t *iter;
	uint32_t totalWeight = 0;

	if (done)
		return nil;

	if (listIter == NULL)