Skip to content

Do not process <select/> nodes with no children

Julien Barbot requested to merge klyr/openconnect:ignore-empty-select-tag into master

I encountered a device sending empty "group_list":

<select name="group_list" label="GROUP:"></select>

In that case do not fail, but ignore it instead.

Signed-off-by: Julien Barbot julien@barbot.org

Merge request reports