Use the correct spelling for "Dependent" in the control protocol.

Fixes #18146.
This commit is contained in:
J. Ryan Stinnett 2016-12-29 22:27:04 -06:00
parent 1a45398ffa
commit 58172be657
2 changed files with 6 additions and 1 deletions

5
changes/18146 Normal file
View File

@ -0,0 +1,5 @@
o Minor bugfix (control protocol):
- The reply to a "GETINFO config/names" request via the control protocol
now spells the type "Dependent" correctly. This is a breaking change in
the control protocol. (It seems to be ignored by the most common known
clients.) Fixes bug 18146; bugfix on 0.1.1.4-alpha.

View File

@ -7859,7 +7859,7 @@ getinfo_helper_config(control_connection_t *conn,
case CONFIG_TYPE_CSV: type = "CommaList"; break;
case CONFIG_TYPE_CSV_INTERVAL: type = "TimeIntervalCommaList"; break;
case CONFIG_TYPE_LINELIST: type = "LineList"; break;
case CONFIG_TYPE_LINELIST_S: type = "Dependant"; break;
case CONFIG_TYPE_LINELIST_S: type = "Dependent"; break;
case CONFIG_TYPE_LINELIST_V: type = "Virtual"; break;
default:
case CONFIG_TYPE_OBSOLETE: