Merge in namespace fixes for binary protocol.
[m6w6/libmemcached] / libmemcached / options / parser.yy
index 722ced5f9db6ffd41669cd9a96336f0624671ea7..8e87230ade8c10e534d2d3c8db618ea31c3948c3 100644 (file)
@@ -230,7 +230,7 @@ expression:
 behaviors:
           NAMESPACE string
           {
-            if ((context->rc= memcached_set_prefix_key(context->memc, $2.c_str, $2.size)) != MEMCACHED_SUCCESS)
+            if ((context->rc= memcached_set_namespace(context->memc, $2.c_str, $2.size)) != MEMCACHED_SUCCESS)
             {
               parser_abort(context, NULL);;
             }