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:
Colin Patrick McCabe 2011-05-31 17:03:23 -07:00
parent 4870393a94
commit 7c6c6a9ecc

View File

@ -197,10 +197,6 @@ public:
c = '_';
need_hash = true;
}
else if (c == '.') {
c = '@';
need_hash = true;
}
else if (c == '\n') {
c = '@';
need_hash = true;