---
 cobbler/remote.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/cobbler/remote.py b/cobbler/remote.py
index 5af1218..6ab1f40 100644
--- a/cobbler/remote.py
+++ b/cobbler/remote.py
@@ -332,9 +332,8 @@ class CobblerXMLRPCInterface:
         """
         self._log("upload_log_data (file: '%s', size: %s, offset: %s)" % 
(file, size, offset), token=token, name=sys_name)
 
-        # FIXME: Check if enabled in self.api.settings()
-        #if not self.api.settings().pxe_just_once:
-        if False:
+        # Check if enabled in self.api.settings()
+        if not self.api.settings().anamon_enabled:
             # feature disabled!
             return False
 
-- 
1.6.0.4

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to