ceph / ceph-rust

Rust-lang interface to Ceph.
Apache License 2.0
96 stars 43 forks source link

Remove nulls from pool strings #10

Closed cholcombe973 closed 6 years ago

cholcombe973 commented 6 years ago

Super easy one. I was testing a little piece of code and noticed I left the null bytes ceph was returning in the strings. When you pass that back into ceph it blows up. This fixes that.