Skip to content

Commit

Permalink
dird: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jun 17, 2016
1 parent d3e8c0b commit 3a32207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/ua_restore.c
Expand Up @@ -1473,7 +1473,7 @@ static bool select_backups_before_date(UAContext *ua, RESTORE_CTX *rx, char *dat
db_list_copies_records(ua->jcr, ua->db, "", rx->JobIds, ua->send, HORZ_LIST);

if (find_arg(ua, NT_("yes")) > 0) {
ua->pint32_val == 1;
ua->pint32_val = 1;
} else {
get_yesno(ua, _("\nDo you want to restore from these copies? (yes|no): "));
}
Expand Down

0 comments on commit 3a32207

Please sign in to comment.