Github user anmolnar commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/547#discussion_r200195856
  
    --- Diff: src/c/src/zookeeper.c ---
    @@ -4358,7 +4358,9 @@ static const char* format_endpoint_info(const struct 
sockaddr_storage* ep)
     {
         static char buf[128] = { 0 };
         char addrstr[128] = { 0 };
    +    const char *fmtstring;
         void *inaddr;
    +    char is_inet6 = 0;  // poor man's boolean
    --- End diff --
    
    Thanks, that's fine. I think we can live with it.


---

Reply via email to