~yeban/libmemcached/todo-hosts.c-2

« back to all changes in this revision

Viewing changes to clients/memcat.c

  • Committer: Brian Aker
  • Date: 2011-03-17 21:45:08 UTC
  • Revision ID: brian@tangent.org-20110317214508-ogufz6pusakvcch0
Merge in updates to make sure exit/return is done properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  if (!initialize_sasl(memc, opt_username, opt_passwd))
77
77
  {
78
78
    memcached_free(memc);
79
 
    return 1;
 
79
    return EXIT_FAILURE;
80
80
  }
81
81
 
82
82
  while (optind < argc)