From 8b6eb8547c6c9f680dc1657759668d33a990e399 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Sun, 11 Jan 2009 16:40:35 -0500 Subject: committing and pushing cause paul told us to go home and stop hacking :) --- cobbler/modules/cli_network.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cobbler/modules/cli_network.py') diff --git a/cobbler/modules/cli_network.py b/cobbler/modules/cli_network.py index c20a77fc..16575052 100644 --- a/cobbler/modules/cli_network.py +++ b/cobbler/modules/cli_network.py @@ -107,6 +107,8 @@ class NetworkFunction(commands.CobblerFunction): if self.options.comment is not None: obj.set_comment(self.options.comment) + obj.update_free() + return self.object_manipulator_finish(obj, self.api.networks, self.options) -- cgit