critical events managed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 24 Oct 2012 05:33:02 +0000 (07:33 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 24 Oct 2012 05:33:02 +0000 (07:33 +0200)
web/Obj/sac-a-push.phh

index 8da22fd..af056d5 100644 (file)
@@ -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();