fix prefix id passing
authorFelix Fietkau <nbd@openwrt.org>
Tue, 25 Mar 2014 09:14:57 +0000 (10:14 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 25 Mar 2014 09:14:57 +0000 (10:14 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
uclient.c

index f5e9c51..4c85e80 100644 (file)
--- a/uclient.c
+++ b/uclient.c
@@ -54,6 +54,7 @@ uclient_get_url(const char *url_str, const char *auth_str)
 
        url->backend = backend;
        url->location = strcpy(uri_buf, location);
 
        url->backend = backend;
        url->location = strcpy(uri_buf, location);
+       url->prefix = prefix - backend->prefix;
 
        url->host = strncpy(host_buf, url_str, host_len);
 
 
        url->host = strncpy(host_buf, url_str, host_len);