]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgwlc: fix typo in getlc (ObjectSizeGreaterThan) 58965/head
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 31 Jul 2024 13:59:17 +0000 (09:59 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 31 Jul 2024 13:59:17 +0000 (09:59 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_lc_s3.cc

index 77d563b8be4a7af55458904be4a5e3d083eab0ba..bdea738a4ace6f91ae5210e81cd74189a9151666 100644 (file)
@@ -133,7 +133,7 @@ void LCFilter_S3::dump_xml(Formatter *f) const
     }
   }
   if (has_size_gt()) {
-    encode_xml("ObjectSizeGreaterThanw", size_gt, f);
+    encode_xml("ObjectSizeGreaterThan", size_gt, f);
   }
   if (has_size_lt()) {
     encode_xml("ObjectSizeLessThan", size_lt, f);