rados: fix typo

This commit is contained in:
Sage Weil 2010-05-12 16:13:03 -07:00
parent 342fc87191
commit e741d43fdf

View File

@ -306,7 +306,7 @@ int main(int argc, const char **argv)
bufferlist header;
map<string, bufferlist> kv;
::decode(header, p);
::decode_head(kv, p);
::decode(kv, p);
cout << "header (" << header.length() << " bytes):\n";
header.hexdump(cout);
cout << "\n";