no - dont do http:// - then englebass is right need to do ftp://,
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 16 Dec 2010 08:07:10 +0000 (08:07 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 16 Dec 2010 08:07:10 +0000 (08:07 +0000)
imap:// file:// .... the list never ends. the docs do explicitly say
its a hostname, NOT a url.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55580 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con.c

index 756beb5..67aeaa1 100644 (file)
@@ -434,10 +434,6 @@ ecore_con_server_connect(Ecore_Con_Type compl_type,
    if (!svr)
      return NULL;
 
-   if (!strncmp(name, "http://", 7))
-     name += 7;
-   else if (!strncmp(name, "https://", 8))
-     name += 8;
    svr->name = strdup(name);
    if (!svr->name)
      goto error;