]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_formats.cc
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / rgw / rgw_formats.cc
index 3affb5f1414250c66771538eb3febe0396098aa0..7ff3128021da3e52d72556921426fc7d35bfc4b0 100644 (file)
@@ -113,6 +113,11 @@ void RGWFormatter_Plain::close_section()
   stack.pop_back();
 }
 
+void RGWFormatter_Plain::dump_null(std::string_view name)
+{
+  dump_value_int(name, "null"); /* I feel a little bad about this. */
+}
+
 void RGWFormatter_Plain::dump_unsigned(std::string_view name, uint64_t u)
 {
   dump_value_int(name, "%" PRIu64, u);