Community string field in netsnmp-session structure getting corrupted.

2008-03-26 Thread singh.srajendra
Hi all,
I am calling snmp_open(&session) in a C++ function. Before passing
session variable to snmp_open I have initialized it properly 
with the value of peer name , version , community string. But if I print
it inside snmp_open() I am getting NULL for community string 
field but for others ie version and peername I am getting the proper
value. Can you please think of something which I might be doing 
incorrectly ? Thank you for your valuable time.
 
 
 
 
Regards,
Rajendra
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


RE: Community string field in netsnmp-session structure gettingcorrupted.

2008-03-26 Thread singh.srajendra
Yes I did it . I also did a printing of the   session variables before
snmp_open and it was printing correctly but 
When I passed it to snmp_open and tried printing the variables there I
got NULL for trap community string and 
0 for trap community length.

-Original Message-
From: Roy M. Silvernail [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2008 6:28 PM
To: Singh Rajendra (WT01 - TES-Enterprise Networks)
Cc: [EMAIL PROTECTED];
net-snmp-coders@lists.sourceforge.net
Subject: Re: Community string field in netsnmp-session structure
gettingcorrupted.

On Wed, Mar 26, 2008 at 05:57:54PM +0530, [EMAIL PROTECTED]
wrote:
> Hi all,
> I am calling snmp_open(&session) in a C++ function. Before passing 
> session variable to snmp_open I have initialized it properly with the 
> value of peer name , version , community string. But if I print it 
> inside snmp_open() I am getting NULL for community string field but 
> for others ie version and peername I am getting the proper value. Can 
> you please think of something which I might be doing incorrectly ? 
> Thank you for your valuable time.

Did you remember to set the session.community_len member to the length
of the community string?
--
Roy M. Silvernail is [EMAIL PROTECTED], and you're not
   "A desperate disease requires a dangerous remedy."
   - Guy Fawkes
http://www.rant-central.com


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders