commit 36fdf003886958dce2c912acd082b3e9cfe88979 from: Mark Jamsek date: Wed Feb 01 01:54:29 2023 UTC return err instead of NULL in got.c:print_backup_ref() ok stsp@ commit - 3506a2b1c255a8d362e1cce0a8b594c9fb17bb37 commit + 36fdf003886958dce2c912acd082b3e9cfe88979 blob - faeeebdc43c415c926a2a57fa1dc6560f7471a7b blob + 1ddae629403bfde95bf140e94d9200fc28961163 --- got/got.c +++ got/got.c @@ -10746,7 +10746,7 @@ done: if (yca_commit) got_object_commit_close(yca_commit); - return NULL; + return err; } static const struct got_error *