Merge pull request #335 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang to master
* commit '97ed52cbefebb192fa5c16e28eb7bc2733f9a77c': FS-7628: mod_erlang_event - removed unused var
This commit is contained in:
commit
7b61cad61b
|
@ -327,7 +327,6 @@ int ei_decode_string_or_binary(char *buf, int *index, int maxlen, char *dst)
|
||||||
|
|
||||||
switch_status_t initialise_ei(struct ei_cnode_s *ec)
|
switch_status_t initialise_ei(struct ei_cnode_s *ec)
|
||||||
{
|
{
|
||||||
char *thishostname = NULL;
|
|
||||||
char thisnodename[MAXNODELEN + 1];
|
char thisnodename[MAXNODELEN + 1];
|
||||||
char thisalivename[MAXNODELEN + 1];
|
char thisalivename[MAXNODELEN + 1];
|
||||||
char *atsign;
|
char *atsign;
|
||||||
|
|
Loading…
Reference in New Issue