mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
fix lspgen build error
This commit is contained in:
@@ -258,8 +258,8 @@ lspgen_ctrl_write_cb(timer_s *timer)
|
||||
"\"arguments\": {\n\"instance\": 1,\n\"pdu\": [";
|
||||
}
|
||||
if (!json_header) {
|
||||
LOG(ERROR, "Unknown protocol\n",
|
||||
return;
|
||||
LOG_NOARG(ERROR, "Unknown protocol\n");
|
||||
return;
|
||||
}
|
||||
push_data(&ctx->ctrl_io_buf, (uint8_t *)json_header, strlen(json_header));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user