qobject: Catch another straggler for use of qdict_put_str()
commit187f47e947d1e0f4547e58b7cc4fad4d5542b185
authorEric Blake <eblake@redhat.com>
Sat, 24 Jun 2017 18:10:07 +0000 (24 12:10 -0600)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 12 Jul 2017 15:51:54 +0000 (12 17:51 +0200)
tree36a2ee3e51fd81fd9227b7773ac5f97999a09aba
parentaa916e409c04cb614ec2fee8b6b33836bf5998bb
qobject: Catch another straggler for use of qdict_put_str()

Dan's addition of key-secret improvements in commit 29cf9336 was
developed prior to the addition of QDict scalar insertion macros,
but merged after the general cleanup in commit 46f5ac20.
Patch created mechanically by rerunning:
  spatch --sp-file scripts/coccinelle/qobject.cocci \
         --macro-file scripts/cocci-macro-file.h --dir . --in-place

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-Id: <20170624181008.25497-2-eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qemu-img.c