whoops port number
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Sep 2010 00:58:30 +0000 (00:58 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Sep 2010 00:58:30 +0000 (00:58 +0000)
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

index a85d707..00ef6b4 100644 (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 */