summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Security.py
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-03 21:35:59 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-03 21:35:59 +0000
commit7eba4b4cdd8530530b8708947cf7a2799f7cb55d (patch)
treeea6a763257ca75d1f91af06620ec75153df4d671 /rdiff-backup/rdiff_backup/Security.py
parente389196e3426dde8957d38b4da8135489f80ae6a (diff)
downloadrdiff-backup-7eba4b4cdd8530530b8708947cf7a2799f7cb55d.tar.gz
Take start and end times from same system so that the elapsed time printed in
the statistics is not affected by time zone. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@994 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Security.py')
-rw-r--r--rdiff-backup/rdiff_backup/Security.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdiff-backup/rdiff_backup/Security.py b/rdiff-backup/rdiff_backup/Security.py
index a259221..b1c6eba 100644
--- a/rdiff-backup/rdiff_backup/Security.py
+++ b/rdiff-backup/rdiff_backup/Security.py
@@ -173,6 +173,7 @@ def set_allowed_requests(sec_level):
"backup.DestinationStruct.patch_and_increment",
"Main.backup_touch_curmirror_local",
"Main.backup_remove_curmirror_local",
+ "Main.backup_close_statistics",
"regress.check_pids",
"Globals.ITRB.increment_stat",
"statistics.record_error",