From d7068da9f4a77fe118da13c73fa2a1b610b4ff07 Mon Sep 17 00:00:00 2001 From: elie Date: Sun, 25 Mar 2007 20:43:27 +0000 Subject: do not explicitly initialize index value as it's now being done automatically --- examples/smi/agent/operations-on-managed-objects.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/smi') diff --git a/examples/smi/agent/operations-on-managed-objects.py b/examples/smi/agent/operations-on-managed-objects.py index 430dbab6..9d2b38b1 100644 --- a/examples/smi/agent/operations-on-managed-objects.py +++ b/examples/smi/agent/operations-on-managed-objects.py @@ -13,8 +13,7 @@ print 'done' print 'Remote manager write/create access to MIB instrumentation: ', print mibInstrum.writeVars( - (((1,3,6,1,6,3,18,1,1,1,1,109,121,110,109,115), 'mynms'), - ((1,3,6,1,6,3,18,1,1,1,2,109,121,110,109,115), 'mycomm'), + (((1,3,6,1,6,3,18,1,1,1,2,109,121,110,109,115), 'mycomm'), ((1,3,6,1,6,3,18,1,1,1,3,109,121,110,109,115), 'mynmsname'), ((1,3,6,1,6,3,18,1,1,1,7,109,121,110,109,115), 'volatile')) ) -- cgit v1.2.1