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:
parent
26c106e083
commit
6ae9b63f01
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user