To fix an error string which was a cut-n-paste without a replacement in
the new DTLS code.

-- 
Wes Hardaker
Please mail all replies to net-snmp-coders@lists.sourceforge.net
diff --git a/net-snmp/snmplib/transports/snmpDTLSUDPDomain.c b/net-snmp/snmplib/transports/snmpDTLSUDPDomain.c
index b4e9230..e56e8fa 100644
--- a/net-snmp/snmplib/transports/snmpDTLSUDPDomain.c
+++ b/net-snmp/snmplib/transports/snmpDTLSUDPDomain.c
@@ -242,7 +242,7 @@ start_new_cached_connection(netsnmp_transport *t,
     if (!tlsdata->ssl) {
         BIO_free(cachep->read_bio);
         BIO_free(cachep->write_bio);
-        DIEHERE("failed to create the write bio");
+        DIEHERE("failed to create the SSL session structure");
     }
         
     SSL_set_mode(tlsdata->ssl, SSL_MODE_AUTO_RETRY);
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to