Module: kamailio Branch: master Commit: fd3520acd7ab75890a0f514dfb349d94c2ce2807 URL: https://github.com/kamailio/kamailio/commit/fd3520acd7ab75890a0f514dfb349d94...
Author: Luis Azedo luis@2600hz.com Committer: Luis Azedo luis@2600hz.com Date: 2015-01-06T00:03:08Z
kazoo : missing operator
---
Modified: modules/kazoo/kz_json.c
---
Diff: https://github.com/kamailio/kamailio/commit/fd3520acd7ab75890a0f514dfb349d94... Patch: https://github.com/kamailio/kamailio/commit/fd3520acd7ab75890a0f514dfb349d94...
---
diff --git a/modules/kazoo/kz_json.c b/modules/kazoo/kz_json.c index 9c538b7..07084bb 100644 --- a/modules/kazoo/kz_json.c +++ b/modules/kazoo/kz_json.c @@ -30,7 +30,7 @@
#include "kz_json.h"
-static str kz_pv_str_empty {"", 0}; +static str kz_pv_str_empty = {"", 0};
char** str_split(char* a_str, const char a_delim) {