summaryrefslogtreecommitdiff
path: root/uclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'uclient.c')
-rw-r--r--uclient.c2
1 files changed, 1 insertions, 1 deletions
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;