Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

abort in verbose mode with when specifying binding port as ascii or binary #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There's an abort() call in a conn_new when logging the type of binding if
the binding was not a known type.

I'd actually fixed this in a branch but didn't include tests for it so it
didn't make it into the final patch.  :/

Original issue reported on code.google.com by dsalli...@gmail.com on 14 May 2009 at 10:30

GoogleCodeExporter commented 9 years ago
This was fixed in
http://github.com/memcached/memcached/commit/c666e344fadbb1460ee0f4a148263b42999
9a714

Original comment by dsalli...@gmail.com on 15 May 2009 at 10:27