summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/cli_network.py
diff options
context:
space:
mode:
authorJohn Eckersberg <jeckersb@redhat.com>2009-01-11 16:40:35 -0500
committerJohn Eckersberg <jeckersb@redhat.com>2009-03-13 13:52:33 -0400
commit8b6eb8547c6c9f680dc1657759668d33a990e399 (patch)
treef890d23c863c6f53c2a09ddff6a8c35b00cad86f /cobbler/modules/cli_network.py
parent2cfbb55145b68cc9c91f2511d4f766a1cb96b1fd (diff)
downloadcobbler-8b6eb8547c6c9f680dc1657759668d33a990e399.tar.gz
cobbler-8b6eb8547c6c9f680dc1657759668d33a990e399.tar.xz
cobbler-8b6eb8547c6c9f680dc1657759668d33a990e399.zip
committing and pushing cause paul told us to go home and stop hacking :)
Diffstat (limited to 'cobbler/modules/cli_network.py')
-rw-r--r--cobbler/modules/cli_network.py2
1 files changed, 2 insertions, 0 deletions
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)