Add CI autotest and Fix compile warning
This commit is contained in:
@@ -50,7 +50,7 @@ extern "C" void http_event_plugin_entry(const struct stellar_session *session, e
|
||||
if (*per_http_session_pme == NULL)
|
||||
{
|
||||
struct http_session_pme *cur_ctx = http_session_pme_create();
|
||||
snprintf(cur_ctx->data, 6, "http******");
|
||||
memcpy(cur_ctx->data, "http_event_plugin_entry", strlen("http_event_plugin_entry"));
|
||||
*per_http_session_pme = *&cur_ctx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user