conf: explicitly ignore retval (CID 1353490)

pull/1869/head
Victor Julien 11 years ago
parent f5ce7549be
commit fb90358e17

@ -435,7 +435,7 @@ OutputCtx *OutputJsonInitCtx(ConfNode *conf)
"Please set sensor-name globally.");
}
else {
ConfGet("sensor-name", (char **)&sensor_name);
(void)ConfGet("sensor-name", (char **)&sensor_name);
}
if (unlikely(json_ctx == NULL)) {

Loading…
Cancel
Save