From 785e0d81c46b570588d896c9b6d6a99f3f976df6 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: svn+ssh://svn.enlightenment.org/var/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