summaryrefslogtreecommitdiffstats
path: root/discover/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/event.c')
-rw-r--r--discover/event.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/discover/event.c b/discover/event.c
index ec5537a..4c46d41 100644
--- a/discover/event.c
+++ b/discover/event.c
@@ -101,7 +101,6 @@ static void event_parse_params(struct event *event, const char *buf, int len)
sep = memchr(buf, '=', param_len);
if (!sep) {
name_len = param_len;
- value_len = 0;
param->value = "";
} else {
name_len = sep - buf;
OpenPOWER on IntegriCloud