Commit ee165ff8 by Stéphane Graber

python3: Fix trivial error in clone()

parent 6ea518f6
......@@ -216,8 +216,8 @@ class Container(_lxc.Container):
args = {}
args['newname'] = newname
args['flags'] = 0
args['newsize'] = 0
args['flags'] = flags
args['newsize'] = newsize
args['hookargs'] = hookargs
if config_path:
args['config_path'] = config_path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment