X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient.c;h=095fc93bf719f7f34d8d839ab6f55f42d6dc030a;hp=5f27ec9bb06782ff5633b3dc10b88c431fda9d09;hb=385651080cd88369ae4e71d8b80f5c0e4b952fd5;hpb=7e4054d4dbf48a9b6a3ff9fddbc4c5afc1836b71 diff --git a/uclient.c b/uclient.c index 5f27ec9..095fc93 100644 --- a/uclient.c +++ b/uclient.c @@ -45,7 +45,7 @@ static struct uclient_url *uclient_get_url(const char *url_str) *next = 0; url->location = next + 1; } else { - url->location = "/"; + url->location = ""; } url->host = url_buf;