From c75db73487fbf95bd83d842b60827573ff30cfc7 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 24 Oct 2012 07:33:02 +0200 Subject: [PATCH] critical events managed --- web/Obj/sac-a-push.phh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index 8da22fd..af056d5 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -375,9 +375,11 @@ class Sac_a_push { } if ($sock === $this->list) { printf("Arrivati %d bytes da list\n", strlen($buf)); + exit(21); } else if ($sock === $this->in) { printf("Arrivati %d bytes da stdin\n", strlen($buf)); + exit(22); } else { // $user_a[$s2u[intval($sock)]]->disable(); -- 2.17.1