Ecore con socks: Add missing break statement to switch.

This looks like an obvious case of missing break. If it wasn't a missing
break, there should have been at least a comment. Looking at the code it
looks like a break is needed. Also, I suspect this code path is never
really tested, and that's why we never hit it.

Tests are not failing either way.

CID1039379
This commit is contained in:
Tom Hacohen 2015-12-08 11:05:17 +00:00
parent c2c7763481
commit f44d786fa1
1 changed files with 1 additions and 0 deletions

View File

@ -382,6 +382,7 @@ _ecore_con_socks_read_v5(Ecore_Con_Server *obj, Ecore_Con_Socks_v5 *v5, const un
default:
break;
}
break;
case ECORE_CON_PROXY_STATE_REQUEST:
{