diff --git a/package/gluon-mesh-vpn-wireguard/src/respondd.c b/package/gluon-mesh-vpn-wireguard/src/respondd.c index 5a46770c..55b3f8fb 100644 --- a/package/gluon-mesh-vpn-wireguard/src/respondd.c +++ b/package/gluon-mesh-vpn-wireguard/src/respondd.c @@ -48,7 +48,7 @@ static struct json_object * stdout_read(const char *cmd, const char *skip, bool if (oneword) { for (int i = 0; i < len; i++) { if (isspace(line[i])) { - line[i] = 0; + line[i] = 0; } } }