mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
parent
0dd78fbd7d
commit
5d61d02c15
@ -280,7 +280,7 @@ int iface_count(void)
|
||||
**************************************************************************/
|
||||
BOOL we_are_multihomed(void)
|
||||
{
|
||||
multi = (iface_count() > 1 ? True : False);
|
||||
return (iface_count() > 1 ? True : False);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user