Skip to content

Commit

Permalink
ua_restore: fix return value
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura authored and BareosBot committed Aug 23, 2023
1 parent 63aec6a commit 9af5c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/dird/ua_restore.cc
Expand Up @@ -841,7 +841,7 @@ static int UserSelectJobidsOrFiles(UaContext* ua, RestoreContext* rx)
} else {
ua->InfoMsg(_("You have selected the following JobId: %s\n"), rx->JobIds);
}
return true;
return 1;
}

// Get date from user
Expand Down

0 comments on commit 9af5c68

Please sign in to comment.