Fix: Return in set_pass() always non-zero in batch

Merge branch 'madmajestro-setpass-never-returns-0-in-batchmode'

Similar bug to what was fixed in 2953817, with the same fix.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2020-05-12 22:21:00 -05:00
commit 358fa06c15
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E

View File

@ -1490,7 +1490,8 @@ error messages."
Failed to change the private key passphrase. See above for error messages."
notice "Key passphrase successfully changed"
return 0
} # => set_pass()
# update-db backend