mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
tools/cephfs: fix datascan kwarg parsing
Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
786d111a97
commit
9e71abaa0a
@ -52,7 +52,7 @@ bool DataScan::parse_kwarg(
|
||||
}
|
||||
|
||||
const std::string arg(*i);
|
||||
const std::string val(*(++i));
|
||||
const std::string val(*(i + 1));
|
||||
|
||||
if (arg == std::string("--output-dir")) {
|
||||
if (driver != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user