Fix problem where hostname would end up with trailing . and be accepted as
authorBrian Aker <brian@tangent.org>
Wed, 23 Mar 2011 21:14:03 +0000 (14:14 -0700)
committerBrian Aker <brian@tangent.org>
Wed, 23 Mar 2011 21:14:03 +0000 (14:14 -0700)
commitd9752c25d2f723d27e355d0c7090b65b0445c4a4
tree0cf6766d5075663e836e746a4eea263c7e7e27d9
parentaa6d65c93cadc9869623af385919db1394116934
Fix problem where hostname would end up with trailing . and be accepted as
legit hostname.
libmemcached/options/parser.yy
libmemcached/options/scanner.l
tests/parser.cc