提交 9120a3f5 authored 作者: Brian West's avatar Brian West

FS-9779 fix compiler issue

上级 7f1ee9ad
......@@ -119,7 +119,7 @@ static switch_status_t raven_capture(const char *userdata, const char *message,
{
cJSON* json, *fingerprint;
char *raw_body;
char *encoded_body;
char *encoded_body = NULL;
switch_time_t timestamp = switch_micro_time_now();
switch_status_t status = SWITCH_STATUS_SUCCESS;
char uuid[SWITCH_UUID_FORMATTED_LENGTH + 1];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论