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

pull/1/head
Michael Peter Christen 11 years ago
commit b7183a7321

@ -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);
}

Loading…
Cancel
Save