diff options
Diffstat (limited to 'ace/INET_Addr.h')
-rw-r--r-- | ace/INET_Addr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/INET_Addr.h b/ace/INET_Addr.h index baf8aed124b..5d6a626e44a 100644 --- a/ace/INET_Addr.h +++ b/ace/INET_Addr.h @@ -116,7 +116,7 @@ public: virtual int addr_to_string (ASYS_TCHAR buffer[], size_t size, - int ipaddr_format = 0) const; + int ipaddr_format = 1) const; // Transform the current <ACE_INET_Addr> address into string format. // If <ipaddr_format> is non-0 this produces "ip-number:port-number" // (e.g., "128.252.166.57:1234"), whereas if <ipaddr_format> is 0 |