mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Fix the value of Device.DynamicDNS.SupportedServices parameter
This commit is contained in:
parent
baed5957f0
commit
a280a11f46
1 changed files with 1 additions and 0 deletions
|
|
@ -385,6 +385,7 @@ int get_DynamicDNS_SupportedServices(char *refparam, struct dmctx *ctx, void *da
|
|||
|
||||
pch = strtok_r(line, "\t", &spch);
|
||||
remove_substring(pch, "\"");
|
||||
remove_substring(pch, " ");
|
||||
if (strcmp(buf, "") == 0) {
|
||||
sprintf(buf, "%s", pch);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue