forhappy / zklua

Lua binding of apache zookeeper.
Apache License 2.0
99 stars 47 forks source link

static int zklua_get_connected_host(lua_State *L) #25

Open linyouhappy opened 5 years ago

linyouhappy commented 5 years ago

struct sockaddr saddr; socklen_t socklen = 0;

change like this: struct sockaddr saddr; socklen_t socklen = sizeof(saddr); bzero(&saddr, sizeof(saddr));