diff --git a/xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py b/xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py index fd66d3725..c33604114 100644 --- a/xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py +++ b/xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py @@ -430,4 +430,5 @@ class DatapathVswitch(Datapath): if dp: vsctl_argv += deconfigure_datapath(dp) - datapath_modify_config(vsctl_argv) + + datapath_modify_config(vsctl_argv)