1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00
Michal Privoznik 33b7948983 tools: Fix vshControl declaration and initialization
Both virsh and virt-admin have vshControl typed variables and
also pointers to these variables. In both cases these are
declared on a single line. Do the following:

  1) break declaration into two lines,
  2) use struct zero initializer for vshControl and
     virshControl/vshAdmControl structs,
  3) drop explicit memset(.., 0, ...) ;

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
2023-08-03 16:30:56 +02:00
..
2023-03-13 13:29:07 +01:00
2023-05-05 15:08:25 +02:00
2023-03-13 13:29:07 +01:00
2023-05-05 15:08:25 +02:00
2022-06-16 06:43:58 +02:00
2023-04-14 15:22:02 +02:00
2023-04-14 15:22:02 +02:00