aboutsummaryrefslogtreecommitdiff
path: root/net/hs20/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/hs20/patches')
-rw-r--r--net/hs20/patches/050-use-dm_ddf-v1_3_dtd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/hs20/patches/050-use-dm_ddf-v1_3_dtd.patch b/net/hs20/patches/050-use-dm_ddf-v1_3_dtd.patch
new file mode 100644
index 000000000..5aef98394
--- /dev/null
+++ b/net/hs20/patches/050-use-dm_ddf-v1_3_dtd.patch
@@ -0,0 +1,11 @@
+--- a/hs20/server/spp_server.c
++++ b/hs20/server/spp_server.c
+@@ -1329,7 +1329,7 @@ static xml_node_t * spp_get_mo(struct hs
+ return NULL;
+ }
+
+- snprintf(fname, sizeof(fname), "%s/spp/dm_ddf-v1_2.dtd", ctx->root_dir);
++ snprintf(fname, sizeof(fname), "%s/spp/dm_ddf-v1_3.dtd", ctx->root_dir);
+ if (xml_validate_dtd(ctx->xml, tnds, fname, ret_err) == 0)
+ *valid = 1;
+ else if (ret_err && *ret_err &&