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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Daniel Gyorfi
> Sent: Tuesday, March 13, 2007 7:46 AM
> To: [email protected]
> 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
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/mibble-users
_______________________________________________
Mibble-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mibble-users

Reply via email to