Skip to content

Commit

Permalink
Fix formatting for new ssh_elevate_credential
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored May 28, 2021
1 parent 605b24c commit 999d56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16342,7 +16342,8 @@ handle_get_targets (gmp_parser_t *gmp_parser, GError **error)
smb_credential = target_iterator_smb_credential (&targets);
esxi_credential = target_iterator_esxi_credential (&targets);
snmp_credential = target_iterator_snmp_credential (&targets);
ssh_elevate_credential = target_iterator_ssh_elevate_credential (&targets);
ssh_elevate_credential
= target_iterator_ssh_elevate_credential (&targets);
ssh_credential_available = 1;
if (get_targets_data->get.trash
&& target_iterator_ssh_trash (&targets))
Expand Down

0 comments on commit 999d56f

Please sign in to comment.