Browse Source

Silent warnings.

pull/126/head
Vsevolod Stakhov 11 years ago
parent
commit
4f58c873d3
  1. 3
      src/libutil/upstream.c

3
src/libutil/upstream.c

@ -688,4 +688,7 @@ rspamd_upstream_get (struct upstream_list *ups,
return g_ptr_array_index (ups->alive, ups->cur_elt ++);
}
/* Silent stupid compilers */
return NULL;
}
Loading…
Cancel
Save