zmanda / amanda

Amanda Network Backup
https://www.zmanda.com/downloads/
Other
222 stars 107 forks source link

Make declaration, definition, and use of s3/oauth2_get_access_token consistent #240

Open tautschnig opened 11 months ago

tautschnig commented 11 months ago

The declaration promised a gboolean, the definition an s3_result_t, but its implementation would only produce a Boolean result. The use, again, mixed Booleans and s3_result_t.