]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix a typo
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 30 Nov 2015 21:48:10 +0000 (13:48 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 2 Dec 2015 18:45:41 +0000 (10:45 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_rest.cc

index cb687656153f91ba70ca95bed86555f37fee1651..767ad1ecfc3d7b0b2f665c6786bede4bb21a1c9a 100644 (file)
@@ -1411,7 +1411,7 @@ int RGWREST::preprocess(struct req_state *s, RGWClientIO *cio)
       string encoded_bucket = "/";
       encoded_bucket.append(subdomain);
       if (s->info.request_uri[0] != '/')
-        encoded_bucket.append("/'");  // XXX What in the world is this apostrophe?
+        encoded_bucket.append("/");
       encoded_bucket.append(s->info.request_uri);
       s->info.request_uri = encoded_bucket;
     }