Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git

This commit is contained in:
Michael Peter Christen 2014-08-05 09:54:18 +02:00
commit b7183a7321

View File

@ -90,7 +90,7 @@ public final class UserDB {
public void removeEntry(final String hostName) {
try {
userTable.delete(UTF8.getBytes(hostName.toLowerCase()));
userTable.delete(UTF8.getBytes(hostName));
} catch (final IOException e) {
ConcurrentLog.logException(e);
}