quick fix to slices.py
authorJosh Karlin <jkarlin@bbn.com>
Mon, 24 May 2010 13:44:36 +0000 (13:44 +0000)
committerJosh Karlin <jkarlin@bbn.com>
Mon, 24 May 2010 13:44:36 +0000 (13:44 +0000)
sfa/plc/slices.py

index 2cb74dd..3625bf0 100644 (file)
@@ -202,7 +202,7 @@ class Slices:
             
            old_site = sites[0]
            #the site is already on the remote agg. Let us update(e.g. max_slices field) it with the latest info.
-        self.sync_site(old_site, site, peer)
+            self.sync_site(old_site, site, peer)
 
 
         return (site_id, remote_site_id)