On Wed, 2010-09-08 at 16:00 +0800, [email protected] wrote: > From: Deng Ying An <[email protected]> > > --- > src/resolver.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/src/resolver.c b/src/resolver.c > index f3faacd..eb080ba 100644 > --- a/src/resolver.c > +++ b/src/resolver.c > @@ -389,8 +389,7 @@ static int resolvfile_export(void) > unsigned int count; > mode_t old_umask; > > - content = g_string_new("# Generated by Connection Manager\n" > - "options edns0\n"); > + content = g_string_new("# Generated by Connection Manager\n"); > > /* > * Nameservers are added in reverse so that the most recently
Eep, no! DNS is broken enough in ConnMan already without TCP support -- removing EDNS0 would make things even worse. You haven't explained why you think this is necessary. -- dwmw2 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
