From e9bd9b3f190a86bba8c36d34630ab9f63685ba9f Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Thu, 7 Nov 2013 10:36:24 +0000 Subject: [PATCH] Fix a silly bug that would result in attempting to fetch (literally) the URI "httpDirectory" (oops). --- usr.sbin/bsdconfig/share/media/http.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdconfig/share/media/http.subr b/usr.sbin/bsdconfig/share/media/http.subr index 43290b13f403..2ddb199bae1b 100644 --- a/usr.sbin/bsdconfig/share/media/http.subr +++ b/usr.sbin/bsdconfig/share/media/http.subr @@ -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=$? ;;