osd: fix decoding of legacy (v2) coll_t

It was u8, not int.

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2010-10-29 12:06:44 -07:00
parent 8255a6716f
commit c2045286ca

View File

@ -290,7 +290,7 @@ public:
}
case 2: {
int type;
__u8 type;
pg_t pgid;
snapid_t snap;