mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-25 16:25:29 +00:00
fix compiler warning
This commit is contained in:
parent
af4f1045b8
commit
6540068faa
@ -329,7 +329,7 @@ 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)
|
||||||
{
|
{
|
||||||
switch_status_t rv;
|
int rv;
|
||||||
struct sockaddr_in server_addr;
|
struct sockaddr_in server_addr;
|
||||||
struct hostent *nodehost;
|
struct hostent *nodehost;
|
||||||
char thishostname[EI_MAXHOSTNAMELEN + 1] = "";
|
char thishostname[EI_MAXHOSTNAMELEN + 1] = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user