diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/debugserver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debugserver.c b/src/debugserver.c index 447a91e..4aab1fc 100644 --- a/src/debugserver.c +++ b/src/debugserver.c @@ -55,6 +55,8 @@ static debugserver_error_t debugserver_error(service_error_t err) return DEBUGSERVER_E_MUX_ERROR; case SERVICE_E_SSL_ERROR: return DEBUGSERVER_E_SSL_ERROR; + case SERVICE_E_TIMEOUT: + return DEBUGSERVER_E_TIMEOUT; default: break; } |