Fix a silly bug that would result in attempting to fetch (literally) the

URI "httpDirectory" (oops).
This commit is contained in:
Devin Teske 2013-11-07 10:36:24 +00:00
parent 91d20ba0f7
commit e9bd9b3f19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257787

View file

@ -481,7 +481,7 @@ f_media_init_http()
case "$rel" in
__RELEASE|any)
setvar $VAR_HTTP_PATH "$VAR_HTTP_DIR"
f_getvar $VAR_HTTP_DIR $VAR_HTTP_PATH
f_http_check_access
http_found=$?
;;