mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
Minor syntax error, fixed.
This commit is contained in:
parent
78e30a4479
commit
a15ff9a29b
@ -1433,7 +1433,7 @@ static void rpc_dispatch_helper( lua_State *L, ServerHandle *handle )
|
|||||||
case fatal: // shutdown will initiate after throw
|
case fatal: // shutdown will initiate after throw
|
||||||
Throw( e );
|
Throw( e );
|
||||||
|
|
||||||
case nonfatal
|
case nonfatal:
|
||||||
handle->link_errs++;
|
handle->link_errs++;
|
||||||
if ( handle->link_errs > MAX_LINK_ERRS )
|
if ( handle->link_errs > MAX_LINK_ERRS )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user