[ 1717620 ] DB password printed on screen.

This commit is contained in:
trifonnt 2007-05-16 08:02:23 +00:00
parent 3774af4050
commit 42a5381273
1 changed files with 0 additions and 1 deletions

View File

@ -1089,7 +1089,6 @@ public class CConnection implements Serializable
.append (",FWhost=").append (m_fw_host)
.append (",FWport=").append (m_fw_port)
.append (",UID=").append (m_db_uid)
.append (",PWD=").append (m_db_pwd)
; // the format is read by setAttributes
sb.append ("]");
return sb.toString ();