whoops port number

SVN revision: 52615
This commit is contained in:
Mike Blumenkrantz 2010-09-23 00:58:30 +00:00
parent cacf61712d
commit 9684932082
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ int main()
*/
/* to use simple tcp with ssl/tls, use this line */
if (!ecore_con_server_connect(ECORE_CON_REMOTE_TCP | ECORE_CON_USE_MIXED, "127.0.0.1", 5556, NULL))
if (!ecore_con_server_connect(ECORE_CON_REMOTE_TCP | ECORE_CON_USE_MIXED, "127.0.0.1", 8080, NULL))
exit(1);
/* set event handler for server connect */