fix a small typo
SVN-Revision: 7047
This commit is contained in:
parent
c2401030fc
commit
6ee129297f
1 changed files with 2 additions and 2 deletions
|
@ -148,8 +148,8 @@ config_cb() {
|
|||
# Section start
|
||||
case "$1" in
|
||||
interface)
|
||||
config_set "$1" "classgroup" "Default"
|
||||
config_set "$1" "upload" "128"
|
||||
config_set "$2" "classgroup" "Default"
|
||||
config_set "$2" "upload" "128"
|
||||
;;
|
||||
classify|default|reclassify)
|
||||
option_cb() {
|
||||
|
|
Loading…
Reference in a new issue