X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fstrongswan%2Fpatches%2F203-uci.patch;fp=net%2Fstrongswan%2Fpatches%2F203-uci.patch;h=0000000000000000000000000000000000000000;hb=aaf24e40a93fc154f793c0fcbf96c667da0866d3;hp=274ea8694225bd1ba0a3ff8336b9e0014279a8bf;hpb=e6f16a66ac680c8e9c6cf99c4e9df63b65843fd7;p=14.07%2Fpackages.git diff --git a/net/strongswan/patches/203-uci.patch b/net/strongswan/patches/203-uci.patch deleted file mode 100644 index 274ea86..0000000 --- a/net/strongswan/patches/203-uci.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/libcharon/plugins/uci/uci_parser.c -+++ b/src/libcharon/plugins/uci/uci_parser.c -@@ -78,7 +78,7 @@ METHOD(enumerator_t, section_enumerator_ - if (uci_lookup(this->ctx, &element, this->package, - this->current->name, "name") == UCI_OK) - { /* use "name" attribute as config name if available ... */ -- *value = uci_to_option(element)->value; -+ *value = uci_to_option(element)->v.string; - } - else - { /* ... or the section name becomes config name */ -@@ -93,7 +93,7 @@ METHOD(enumerator_t, section_enumerator_ - if (value && uci_lookup(this->ctx, &element, this->package, - this->current->name, this->keywords[i]) == UCI_OK) - { -- *value = uci_to_option(element)->value; -+ *value = uci_to_option(element)->v.string; - } - } - va_end(args);