ObjXMPP  Check-in [b9e1a500a7]

Overview
Comment:Fix a warning with GCC.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b9e1a500a71b85f0b30feb9516bede7f5a1878924ea2a66ad69921e5b9897145
User & Date: js on 2011-05-26 20:33:13
Other Links: manifest | tags
Context
2011-05-26
20:42
Check for res_ndestroy. check-in: 3b589295f9 user: js tags: trunk
20:33
Fix a warning with GCC. check-in: b9e1a500a7 user: js tags: trunk
20:23
Split XMPPSRVEnumerator into XMPPSRVLookup and XMPPSRVEnumerator. check-in: 444674bc9d user: js tags: trunk
Changes

Modified src/XMPPSRVLookup.m from [a25ea0dfc3] to [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)