diff --git a/src/pbpst_db.c b/src/pbpst_db.c index cbe234f..10e6ef5 100644 --- a/src/pbpst_db.c +++ b/src/pbpst_db.c @@ -458,7 +458,7 @@ db_query (const struct pbpst_state * s) { if ( !prov_pastes ) { print_err2("No pastes found for", provider); - status = EXIT_FAILURE; goto cleanup; + status = EXIT_SUCCESS; goto cleanup; } const char * key;