FS-9779 fix compiler issue
This commit is contained in:
parent
7f1ee9adf6
commit
9120a3f534
|
@ -119,7 +119,7 @@ static switch_status_t raven_capture(const char *userdata, const char *message,
|
||||||
{
|
{
|
||||||
cJSON* json, *fingerprint;
|
cJSON* json, *fingerprint;
|
||||||
char *raw_body;
|
char *raw_body;
|
||||||
char *encoded_body;
|
char *encoded_body = NULL;
|
||||||
switch_time_t timestamp = switch_micro_time_now();
|
switch_time_t timestamp = switch_micro_time_now();
|
||||||
switch_status_t status = SWITCH_STATUS_SUCCESS;
|
switch_status_t status = SWITCH_STATUS_SUCCESS;
|
||||||
char uuid[SWITCH_UUID_FORMATTED_LENGTH + 1];
|
char uuid[SWITCH_UUID_FORMATTED_LENGTH + 1];
|
||||||
|
|
Loading…
Reference in New Issue