ulidtko commented on pull request #2235: URL: https://github.com/apache/thrift/pull/2235#issuecomment-689631960
> we need only path_.size() so you're saying, this would be correct call? ``` sockaddr_un addr; addr.sun_family = AF_UNIX; addr.sun_path[0] = '\0'; addr.sun_path[1] = 'A'; addr.sun_path[2] = 'B'; addr.sun_path[3] = 'C'; bind(sockfd, &addr, 3); // ^ here, 3? not 4? ``` > Maybe a comment could do the job ? As you can see, there's already one. Is it helpful? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
