Fix a warning with GCC.
This commit is contained in:
parent
d15fd9971c
commit
8af66a155c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue