Fixes issue where if illegal options caused parsing to fail an incorrect
authorBrian Aker <brian@tangent.org>
Wed, 23 Mar 2011 17:02:56 +0000 (10:02 -0700)
committerBrian Aker <brian@tangent.org>
Wed, 23 Mar 2011 17:02:56 +0000 (10:02 -0700)
commitecf02b501d387ee5761eb31db6f760de60ac09a1
tree85f2eeb51f34bf6ba5a17172e11da2a61b7d6be0
parent9cd52c70b787521f6f58329c0055b4974181db1a
Fixes issue where if illegal options caused parsing to fail an incorrect
message would still be returned.
libmemcached/options.cc
libmemcached/options/context.h
libmemcached/options/parser.yy
libmemcached/options/scanner.l
tests/parser.cc