fix impossible possible segv

SVN revision: 66295
This commit is contained in:
Mike Blumenkrantz 2011-12-16 18:06:19 +00:00
parent ad37a6a256
commit 5658944274
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ EAPI void
ecore_con_socks4_lookup_set(Ecore_Con_Socks *ecs, Eina_Bool enable)
{
ECORE_CON_SOCKS_CAST_ELSE(ecs) return;
v4->lookup = !!enable;
if (v4) v4->lookup = !!enable;
}
/**