Skip to content

main: Reduce scope of ssh_started variable

Dhanuka Warusadura requested to merge dhanuka/gnome-keyring:fix_scope into master

This change fixes the "‘ssh_started’ defined but not used [-Wunused-variable]" warning, during build with --disable-ssh-agent option.

Merge request reports