Skip to content

Commit

Permalink
ceph: Fix compile problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 14, 2016
1 parent 2f5940b commit a81fe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stored/backends/rados_device.c
Expand Up @@ -134,7 +134,7 @@ int rados_device::d_open(const char *pathname, int flags, int mode)
done = true;
break;
case argument_stripe_unit:
m_stripe_unit = size_to_uint64(bp + device_options[i].compare_size);
size_to_uint64(bp + device_options[i].compare_size, &m_stripe_unit);
done = true;
break;
case argument_stripe_count:
Expand Down

0 comments on commit a81fe7f

Please sign in to comment.