Fix config_arg handling
authorDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 5 Jun 2012 00:15:10 +0000 (01:15 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 5 Jun 2012 00:15:12 +0000 (01:15 +0100)
commit57a1577c122ac6e0e3473ecea47950f28c4530b7
tree15ce4eddcaa4bc686a54d8728c720429821201c9
parent71e255e5a74309eb2db00a037dfd61624b4e89ed
Fix config_arg handling

The ->cert_password field must always be allocated, and it turns out I never
did fix the keep_config_arg() macro to do the right thing for options from
a file, despite deliberately introducing it for precisely that purpose.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
main.c