]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_rest_swift.cc
update sources to v12.1.3
[ceph.git] / ceph / src / rgw / rgw_rest_swift.cc
index f1b47a4fa54547bb9b084073bcfc0faa0c24aa00..96f7cb7e5053201709969eba074f9a5f632a00f8 100644 (file)
@@ -2558,7 +2558,7 @@ int RGWHandler_REST_SWIFT::postauth_init()
           << dendl;
 
   int ret;
-  ret = validate_tenant_name(s->bucket_tenant);
+  ret = rgw_validate_tenant_name(s->bucket_tenant);
   if (ret)
     return ret;
   ret = validate_bucket_name(s->bucket_name);