
26 Apr
2017
26 Apr
'17
10:30 a.m.
On Tue, Apr 25, 2017 at 05:15:28PM -0400, John Ferlan wrote:
Rather than dereferencing obj->def->X, create a local 'def' variable variable that will dereference the def and use directly.
s/variable//
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/conf/virsecretobj.c | 63 +++++++++++++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 23 deletions(-)
Pavel