mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-25 22:30:46 +02:00
Fix some more stray occurrences of ELEMENT_TYPE
This commit is contained in:
parent
e0fc90bdf2
commit
2e40818280
1 changed files with 2 additions and 2 deletions
|
|
@ -164,7 +164,7 @@ bus_config_parser_start_element (BusConfigParser *parser,
|
|||
{
|
||||
case ELEMENT_SERVICEHELPER:
|
||||
case ELEMENT_USER:
|
||||
case ELEMENT_TYPE:
|
||||
case ELEMENT_CONFIGTYPE:
|
||||
/* content about to be handled */
|
||||
break;
|
||||
|
||||
|
|
@ -277,7 +277,7 @@ bus_config_parser_content (BusConfigParser *parser,
|
|||
}
|
||||
break;
|
||||
|
||||
case ELEMENT_TYPE:
|
||||
case ELEMENT_CONFIGTYPE:
|
||||
{
|
||||
if (!_dbus_string_copy (&content_sane, 0, &parser->bus_type, 0))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue