diff options
Diffstat (limited to 'ASNMP/asnmp/target.cpp')
-rw-r--r-- | ASNMP/asnmp/target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ASNMP/asnmp/target.cpp b/ASNMP/asnmp/target.cpp index c9e27865f31..ac395792b4b 100644 --- a/ASNMP/asnmp/target.cpp +++ b/ASNMP/asnmp/target.cpp @@ -290,7 +290,7 @@ UdpTarget& UdpTarget::operator=( const UdpTarget& lhs) return *this; } -char *UdpTarget::to_string() +const char *UdpTarget::to_string() { sprintf(output_buffer_,"UdpTarget: [ valid: %d addr: %s rd: %s wr: %s \ ver: %d, timeout: %d, retries: %d max_pdu_size: %d]", |