Browse Source

fix multiple instances of busybox httpd (thx, Yanira)

SVN-Revision: 12663
Felix Fietkau 17 years ago
parent
commit
ebd408630f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/files/httpd

+ 1 - 1
package/busybox/files/httpd

@@ -12,7 +12,7 @@ system_config() {
 
 
 httpd_config() {
 httpd_config() {
 	local cfg="$1"
 	local cfg="$1"
-	local c_file port realm home
+	local c_file port realm home args
 
 
 	config_get c_file "$cfg" c_file
 	config_get c_file "$cfg" c_file
 	[ -n "$c_file" -a -f "$c_file" ] && append args "-c \"$c_file\""
 	[ -n "$c_file" -a -f "$c_file" ] && append args "-c \"$c_file\""