~mordred/libmemcached/pandora-build

« back to all changes in this revision

Viewing changes to libmemcached/hosts.c

  • Committer: Brian Aker
  • Date: 2010-01-13 04:50:50 UTC
  • mfrom: (691.2.4 pandora-build)
  • Revision ID: brian@gaz-20100113045050-0431ue58gtdjzf34
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
{
300
300
  uint32_t x;
301
301
  uint32_t count;
302
 
  memcached_server_instance_st *new_host_list;
 
302
  memcached_server_st *new_host_list;
303
303
 
304
304
  if (! list)
305
305
    return MEMCACHED_SUCCESS;