sync: uninitialized variable on mirror sync failure

When repo sync fails, if the workspace is a mirror, an uninitialized
variable is referenced.

Bug: crbug.com/gerrit/16356
Change-Id: I1dba9f92319b9cbfd18460327560a395c88a089f
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/349654
Reviewed-by: Sam Saccone <samccone@google.com>
Reviewed-by: Xin Li <delphij@google.com>
Tested-by: LaMont Jones <lamontjones@google.com>
This commit is contained in:
LaMont Jones 2022-10-26 16:34:40 +00:00
parent 78dcd3799b
commit b6cfa09500

View File

@ -1277,6 +1277,7 @@ later is required to fix a server side protocol bug.
err_network_sync = False err_network_sync = False
err_update_projects = False err_update_projects = False
err_update_linkfiles = False
self._fetch_times = _FetchTimes(manifest) self._fetch_times = _FetchTimes(manifest)
if not opt.local_only: if not opt.local_only: