X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fauth.phh;h=a52bc7859aec2af04dc25348cb48cc1a155bec62;hb=a4a7154a92b3b6b20849b095a85407e27cea1115;hp=292ab0c0f7f7909d69e4ce670d9c45b1736320d4;hpb=be03f72f67b73d2e5554a7ba4d352da03d867b90;p=brisk.git diff --git a/web/Obj/auth.phh b/web/Obj/auth.phh index 292ab0c..a52bc78 100644 --- a/web/Obj/auth.phh +++ b/web/Obj/auth.phh @@ -70,7 +70,7 @@ class Challenges { return ($G_false); } - log_auth("xxx", "LOOPI item: ".$i." tstamp: ".$this->item[$i]->tstamp." curtime: ".$curtime); + // log_auth("xxx", "LOOPI tstamp: ".$this->item[$i]->tstamp." curtime: ".$curtime); if (($chal = new Challenge($login, $token, $ip, $tstamp)) == null) { return ($G_false); @@ -246,13 +246,11 @@ class Challenges { function lock_data() { if (($tok = @ftok(FTOK_PATH."/challenges", "B")) == -1) { - echo "FTOK FAILED"; - exit; + return (FALSE); } // echo "FTOK ".$tok."
"; if (($res = sem_get($tok)) == FALSE) { - echo "SEM_GET FAILED"; - exit; + return (FALSE); } if (sem_acquire($res)) { log_lock("LOCK challenges");