Merge in namespace fixes for binary protocol.
[m6w6/libmemcached] / libmemcached / options / parser.cc
index 2e478dcc81d0be6289ae379cc005526d66b2e8ef..5e9b6d36218ad78430872f78572c117c04fa6300 100644 (file)
@@ -1648,7 +1648,7 @@ yyreduce:
 /* Line 1464 of yacc.c  */
 #line 232 "libmemcached/options/parser.yy"
     {
-            if ((context->rc= memcached_set_prefix_key(context->memc, (yyvsp[(2) - (2)].string).c_str, (yyvsp[(2) - (2)].string).size)) != MEMCACHED_SUCCESS)
+            if ((context->rc= memcached_set_namespace(context->memc, (yyvsp[(2) - (2)].string).c_str, (yyvsp[(2) - (2)].string).size)) != MEMCACHED_SUCCESS)
             {
               parser_abort(context, NULL);;
             }