client/common: Remove incorrect prompt for creds parsing (#5528)
authorMartin Fleisz <martin.fleisz@thincast.com>
Tue, 20 Aug 2019 08:07:10 +0000 (10:07 +0200)
committerakallabeth <akallabeth@users.noreply.github.com>
Tue, 20 Aug 2019 08:07:10 +0000 (10:07 +0200)
commit81cb0a7ee5a709a58234255eb90ec7eae284f663
tree2c859981f1efa806101ed11e9a868e0b495c5071
parenta8fac704328ad479b9b7c2b8c51ec3add6d9fd27
client/common: Remove incorrect prompt for creds parsing (#5528)

"prompt for credentials on client" was incorrectly merged together with
"prompt for credentials" into a single setting. However the first option
determines if the client should prompt for credentials if the remote
server does not support server authentication. "prompt for credentials"
on the other hand determines if the client should use any previously
stored credentials or if it should always prompt for them.
client/common/file.c