1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Minor syntax error, fixed.

This commit is contained in:
Dado Sutter 2009-11-20 12:09:40 +00:00
parent 78e30a4479
commit a15ff9a29b

View File

@ -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 )
{