> > Giuseppe Scrivano <gscriv...@gnu.org> writes: > > Now you can assume opt.method is already uppercase as this is already > > enforced in cmd_string_uppercase (init.c). > > > > Please take a look at the commit 550457. > My bad. Here is fixed version. >
On Thu, May 9, 2013 at 12:21 PM, Dmitry Bogatov <kact...@gnu.org> wrote: - else if (opt.method) - meth = opt.method; We still need to set meth to opt.method. The method string is only ensured to be uppercase at this moment. -- Thanking You, Darshit Shah