From 3a32207f4f43aeb7e04d4cad47a0a06d80ee0c6a Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Fri, 17 Jun 2016 19:34:21 +0200 Subject: [PATCH] dird: Fix typo. --- src/dird/ua_restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dird/ua_restore.c b/src/dird/ua_restore.c index b1451496496..381ba1f02a8 100644 --- a/src/dird/ua_restore.c +++ b/src/dird/ua_restore.c @@ -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): ")); }