From b11ef75f96425f13c1b4e8fa2a7378ab598d61e8 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Sun, 7 Jan 2001 01:56:37 +0000 Subject: [PATCH] fixed problem with missing alarm(0) when die'ing with no socket --- src/lib/Spong/Status.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/Spong/Status.pm b/src/lib/Spong/Status.pm index 978d178..dcfd496 100755 --- a/src/lib/Spong/Status.pm +++ b/src/lib/Spong/Status.pm @@ -101,6 +101,7 @@ sub SendMsg { ); if ( ! defined $sock ) { + alarm(0) die "server: $server - $@"; } -- 2.30.2