mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
rados_sync: don't hash paths with periods
A period is not such a bad character. Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
This commit is contained in:
parent
4870393a94
commit
7c6c6a9ecc
@ -197,10 +197,6 @@ public:
|
||||
c = '_';
|
||||
need_hash = true;
|
||||
}
|
||||
else if (c == '.') {
|
||||
c = '@';
|
||||
need_hash = true;
|
||||
}
|
||||
else if (c == '\n') {
|
||||
c = '@';
|
||||
need_hash = true;
|
||||
|
Loading…
Reference in New Issue
Block a user