FS-9779 fix compiler issue

This commit is contained in:
Brian West 2016-12-01 09:38:17 -06:00
parent 7f1ee9adf6
commit 9120a3f534
1 changed files with 1 additions and 1 deletions

View File

@ -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];