When looking through the source for a getpeername error I found a line in source/lib/util_sock.c (line 46 on my copy) that looks like: static char *get_socket_addr(int fd) ... if (getsockname(fd, &sa, &length) < 0) { DEBUG(0,("getpeername failed. Error was %s\n", strerror(errno) )); return addr_buf; } Ought the DEBUG read 'getsockname failed'?
Applied, thanks. Jeremy.
originally reported against 3.0aph24. Bugzilla spring cleaning. Removing old alpha versions.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.