svn commit: samba r25122 - in branches/SAMBA_4_0/source/lib/socket: .

Andrew Kroeger andrew at sprocks.gotdns.com
Thu Sep 13 12:55:14 GMT 2007


Jelmer Vernooij wrote:
> Am Donnerstag, den 13.09.2007, 10:51 +0000 schrieb metze at samba.org:
>> Author: metze
>> Date: 2007-09-13 10:51:31 +0000 (Thu, 13 Sep 2007)
>> New Revision: 25122
>>
>> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25122
>>
>> Log:
>> fix interface detection code
>>
>> jelmer: I wonder what broke it...
> This code hasn't changed since you integrated lib/netif into lib/socket
> in r17586. What was the error you were seeing on AIX hosts?

I was seeing this under Linux.  Specifically, configure was not defining
HAVE_IFACE_IFCONF, which caused the _get_interfaces() stub on line 346
of lib/socket/netif.c to be used.  This stub simply returns -1, thereby
causing all interface detection to fail.

Andrew



More information about the samba-technical mailing list