Bug#382429: samba: Naive fix for the issue
Erich Schubert wrote: > Here's a very naive approach at resolving the issue with the > autobuilders: I have forwarded your patch to the Samba bugzilla for consideration. At the moment, I think we should stick with the config.cache override because we don't really know how the interface detection methods behave in corner cases. The upstream developers should have more experience with that code. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#382429: samba: Naive fix for the issue
Package: samba Version: 3.0.23b-2 Followup-For: Bug #382429 Here's a very naive approach at resolving the issue with the autobuilders: --- --- source/lib/interfaces.c 2005-07-28 15:19:45.0 +0200 +++ interfaces.c.naive-fix 2006-08-20 23:58:41.0 +0200 @@ -397,7 +397,7 @@ int i; printf("got %d interfaces:\n", total); - if (total <= 0) exit(1); + if (total < 0) exit(1); for (i=0;i