bind.2: wfix: remove redundant comment

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-27 11:01:22 +01:00
parent d5d83905a1
commit ae12e0e0f9
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ main(int argc, char *argv[])
handle_error("socket");
memset(&my_addr, 0, sizeof(my_addr));
/* Clear structure */
my_addr.sun_family = AF_UNIX;
strncpy(my_addr.sun_path, MY_SOCK_PATH,
sizeof(my_addr.sun_path) \- 1);