no - dont do http:// - then englebass is right need to do ftp://,

imap:// file:// .... the list never ends. the docs do explicitly say
its a hostname, NOT a url.



SVN revision: 55580
This commit is contained in:
Carsten Haitzler 2010-12-16 08:07:10 +00:00
parent 6c81b349a4
commit daafe9ee79
1 changed files with 0 additions and 4 deletions

View 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;