mibble-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Mibble-users] problem with MIbLoader.load


From: Hall, Matthew
Subject: RE: [Mibble-users] problem with MIbLoader.load
Date: Tue, 13 Mar 2007 16:57:27 -0000

It might help to see more complete code, but aren't you overwriting the 
reference 'mib' by assigning the value of two different loader queries into the 
same reference?

Regards,
Matthew Hall
Security Solutions Engineer
Hewlett-Packard Company

> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf
> Of Daniel Gyorfi
> Sent: Tuesday, March 13, 2007 7:46 AM
> To: address@hidden
> Subject: [Mibble-users] problem with MIbLoader.load
> 
> Hi All!
> 
> Im using MibLoader to load multiple MIB from multiple files.
> ...
> mib = loader.load(mib1); //SNMPv2-MIB
> mib = loader.load(mib2); //IF-MIB
> ...
> 
> after this, im trying to get a mibsymbol with getValueByOid.
> The problem is, that i cannot get the mibsymbol from mib1, after mib2
> is loaded, only from mib2.
> (after commenting the line with mib2, the mibsymbol is reachable)
> 
> is this a common problem or i missed something?
> 
> Many thanks,
> 
> --
> Daniel Gyorfi
> xn--gyrfidniel-x4a35k
> 
> 
> _______________________________________________
> Mibble-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/mibble-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]