1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomputing.com>.

Jeremy.
(This used to be commit 4fd314243e82d9c55bc9849a722424d45553013e)
This commit is contained in:
Jeremy Allison 2004-10-14 22:30:33 +00:00 committed by Gerald (Jerry) Carter
parent 26c106e083
commit 6ae9b63f01

View File

@ -43,7 +43,7 @@ static char *get_socket_addr(int fd)
}
if (getsockname(fd, &sa, &length) < 0) {
DEBUG(0,("getpeername failed. Error was %s\n", strerror(errno) ));
DEBUG(0,("getsockname failed. Error was %s\n", strerror(errno) ));
return addr_buf;
}