From a15ff9a29bfe40ed0a7f116252a4c4de36f127c2 Mon Sep 17 00:00:00 2001 From: Dado Sutter Date: Fri, 20 Nov 2009 12:09:40 +0000 Subject: [PATCH] Minor syntax error, fixed. --- src/modules/luarpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/luarpc.c b/src/modules/luarpc.c index 2b7b0182..0c984adc 100644 --- a/src/modules/luarpc.c +++ b/src/modules/luarpc.c @@ -1433,7 +1433,7 @@ static void rpc_dispatch_helper( lua_State *L, ServerHandle *handle ) case fatal: // shutdown will initiate after throw Throw( e ); - case nonfatal + case nonfatal: handle->link_errs++; if ( handle->link_errs > MAX_LINK_ERRS ) {