summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index c1b5b4c..d098b3f 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -2649,6 +2649,10 @@ char *download_ui(pixel *vid_buf, char *uri, int *len)
int x0=(XRES-240)/2,y0=(YRES-MENUSIZE)/2;
int done, total, i, ret, zlen, ulen;
char str[16], *tmp, *res;
+
+ if (svf_login) {
+ http_auth_headers(http, svf_user_id, NULL, svf_session_id);
+ }
while (!http_async_req_status(http))
{