libvirt/examples/admin
Daniel P. Berrangé a80ba80891 examples: avoid goto jump over initialization of variable
Jumping over the declaration and initialization of a variable is bad as
it means the jump target sees a potentially non-initialized variable.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-04-05 15:33:25 +01:00
..
client_close.c examples: Avoid gnulib, have standalone examples 2019-01-08 09:26:51 -06:00
client_info.c examples: fix 64-bit integer formatting on Windows 2019-04-03 11:34:25 +01:00
client_limits.c examples: avoid goto jump over initialization of variable 2019-04-05 15:33:25 +01:00
list_clients.c examples: fix 64-bit integer formatting on Windows 2019-04-03 11:34:25 +01:00
list_servers.c examples: Avoid gnulib, have standalone examples 2019-01-08 09:26:51 -06:00
logging.c examples: Avoid gnulib, have standalone examples 2019-01-08 09:26:51 -06:00
threadpool_params.c examples: avoid goto jump over initialization of variable 2019-04-05 15:33:25 +01:00