Re: [autofs] [PATCH] Fix non-IPv6 host name lookups (5.0.6)

2011-06-30 Thread Ian Kent
On Wed, 2011-06-29 at 11:39 -0300, Leonardo Chiquitto wrote: Fix non-IPv6 host name lookups Commit 5b083026 (fix ipv6 name for lookup) causes a regression in regular (non-IPv6) host name lookups: it trims the first host name character even when it's not a [. This patch fixes the issue. Gaah

Re: [autofs] [PATCH] Fix non-IPv6 host name lookups (5.0.6)

2011-06-30 Thread Ian Kent
On Thu, 2011-06-30 at 14:37 +0800, Ian Kent wrote: On Wed, 2011-06-29 at 11:39 -0300, Leonardo Chiquitto wrote: Fix non-IPv6 host name lookups Commit 5b083026 (fix ipv6 name for lookup) causes a regression in regular (non-IPv6) host name lookups: it trims the first host name character

[autofs] [PATCH] Fix non-IPv6 host name lookups (5.0.6)

2011-06-29 Thread Leonardo Chiquitto
Fix non-IPv6 host name lookups Commit 5b083026 (fix ipv6 name for lookup) causes a regression in regular (non-IPv6) host name lookups: it trims the first host name character even when it's not a [. This patch fixes the issue. --- modules/replicated.c |8 +--- 1 file changed, 5