From a1ba7fab696ee294b6d3a74dcdceab9caf7ff398 Mon Sep 17 00:00:00 2001 From: allo Date: Thu, 11 May 2006 20:26:34 +0000 Subject: [PATCH] bugfix for proxy users git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2085 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/data/userDB.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/data/userDB.java b/source/de/anomic/data/userDB.java index 11ea457d5..eafcc8199 100644 --- a/source/de/anomic/data/userDB.java +++ b/source/de/anomic/data/userDB.java @@ -380,7 +380,7 @@ public final class userDB { if(! (this.getTimeLimit() <= 0 || ( timeUsed < this.getTimeLimit())) ){ //no timelimit or timelimit not reached return PROXY_TIMELIMIT_REACHED; } - return PROXY_ERROR; + return PROXY_ALLOK; } public boolean canSurf(){ if(this.surfRight()==PROXY_ALLOK)