1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

mumble ... fix typo ... mumble

(This used to be commit 68be27cfea)
This commit is contained in:
Andrew Tridgell 2002-06-26 07:23:35 +00:00
parent 0dd78fbd7d
commit 5d61d02c15

View File

@ -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);
}
/****************************************************************************