mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Fix macro name (no 's' in ifr_addr).
Interface detection on Solaris still failing due to items pointed out here: http://lists.samba.org/archive/samba-technical/2007-November/056701.html (cherry picked from commit37c87acc9d
) (This used to be commit5757d8dfe9
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
6f6d38d24a
commit
1268be9f88
@ -310,7 +310,7 @@ struct addrinfo {
|
||||
|
||||
/* Needed for some systems that don't define it (Solaris). */
|
||||
#ifndef ifr_netmask
|
||||
#define ifr_netmask ifr_addrs
|
||||
#define ifr_netmask ifr_addr
|
||||
#endif
|
||||
|
||||
#ifdef SOCKET_WRAPPER
|
||||
|
Reference in New Issue
Block a user