diff options
Diffstat (limited to 'geo-replication')
| -rw-r--r-- | geo-replication/syncdaemon/resource.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/resource.py b/geo-replication/syncdaemon/resource.py index c7755a419a5..968cd402914 100644 --- a/geo-replication/syncdaemon/resource.py +++ b/geo-replication/syncdaemon/resource.py @@ -517,6 +517,7 @@ class Server(object):                  slink = os.path.join(pfx, gfid)                  st = lstat(slink)                  if isinstance(st, int): +                    (pg, bname) = entry2pb(entry)                      blob = entry_pack_reg(gfid, bname, e['stat'])                  else:                      errno_wrap(os.link, [slink, entry], [ENOENT, EEXIST])  | 
