]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
mumble ... fix typo ... mumble
authorAndrew Tridgell <tridge@samba.org>
Wed, 26 Jun 2002 07:23:35 +0000 (07:23 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 26 Jun 2002 07:23:35 +0000 (07:23 +0000)
source/lib/interface.c

index 8a59c3389e61d96ad858cfc69d0a6c199ec309f9..672a7621e6898416b42336e7309561393b152115 100644 (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);
 }
 
 /****************************************************************************