[pve-devel] [PATCH pve-container] Correct package name in sub update_ipconfig()

2015-08-26 Thread Emmanuel Kasper
--- src/PVE/LXC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index 5e21df6..e59a4ce 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -1381,7 +1381,7 @@ sub hotplug_net { sub update_ipconfig { my ($vmid, $conf, $opt, $eth, $newnet,

Re: [pve-devel] [PATCH pve-container] Correct package name in sub update_ipconfig()

2015-08-26 Thread Dietmar Maurer
applied, thanks! On 08/26/2015 04:12 PM, Emmanuel Kasper wrote: --- src/PVE/LXC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index 5e21df6..e59a4ce 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -1381,7 +1381,7 @@ sub hotplug_net