Fix a warning with GCC.

This commit is contained in:
Jonathan Schleifer 2011-05-26 22:33:13 +02:00
parent d15fd9971c
commit 8af66a155c

View file

@ -308,7 +308,7 @@
- (id)nextObject - (id)nextObject
{ {
XMPPSRVEntry *ret; XMPPSRVEntry *ret = nil;
of_list_object_t *iter; of_list_object_t *iter;
uint32_t totalWeight = 0; uint32_t totalWeight = 0;