From edae14bdb32cec976fcbc752c02dde16aa1a8468 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Thu, 23 Sep 2010 00:58:30 +0000 Subject: [PATCH] whoops port number git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52615 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- examples/ecore_con_client_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ecore_con_client_example.c b/examples/ecore_con_client_example.c index a85d707..00ef6b4 100644 --- a/examples/ecore_con_client_example.c +++ b/examples/ecore_con_client_example.c @@ -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 */ -- 2.7.4