Posted by olivier on Fri 13th Jun 16:30 (modification of post by view diff)
diff | download | new post
-
Index: /usr/lib/python2.4/site-packages/mmc/plugins/inventory/computers.py
-
===================================================================
-
--- /usr/lib/python2.4/site-packages/mmc/plugins/inventory/computers.py (revision 99)
-
+++ /usr/lib/python2.4/site-packages/mmc/plugins/inventory/computers.py (working copy)
-
-60,6 +60,8 @@
-
return self.getRestrictedComputersList(ctx, 0, -1, filt)
-
-
def getRestrictedComputersListLen(self, ctx, filt = {}):
-
+ if filt == '':
-
+ filt = {}
-
return self.inventory.countMachinesOnly(ctx, filt)
-
-
def getRestrictedComputersList(self, ctx, min = 0, max = -1, filt = {}, advanced = True):
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.