Bugfix for nullpointerexception.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1067 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 20 years ago
parent a6f19d94b1
commit 3bbb932fa2

@ -173,9 +173,11 @@ public final class userDB {
}
return entry;
}else{ //wrong/no auth, so auth is removed from browser
/*FIXME: This cannot work
try{
entry.setProperty(Entry.LOGGED_OUT, "false");
}catch(IOException e){}
*/
}
}
return null;

Loading…
Cancel
Save