summaryrefslogtreecommitdiff
path: root/rdiff-backup/src/rpath.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/src/rpath.py')
-rw-r--r--rdiff-backup/src/rpath.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdiff-backup/src/rpath.py b/rdiff-backup/src/rpath.py
index 414268c..c17bf95 100644
--- a/rdiff-backup/src/rpath.py
+++ b/rdiff-backup/src/rpath.py
@@ -443,6 +443,7 @@ class RPath(RORPath):
def __setstate__(self, rpath_state):
"""Reproduce RPath from __getstate__ output"""
+ self.conn = Globals.local_connection
self.index, self.base, self.data = rpath_state
def setdata(self):