]> granicus.if.org Git - postgresql/commit
Don't try to turn the random bytes from a md5 salt into a String
authorKris Jurka <books@ejurka.com>
Tue, 10 Feb 2004 01:58:48 +0000 (01:58 +0000)
committerKris Jurka <books@ejurka.com>
Tue, 10 Feb 2004 01:58:48 +0000 (01:58 +0000)
commit24bd490369e39162d328e7d7172c65081c8c2b92
treee8c54ca9ac308c3db2a2bc2725eb77fb17aebd6d
parent2194ed88de490e303811debd454199ba0fd69558
Don't try to turn the random bytes from a md5 salt into a String
because it may not be a valid String depending on the encoding.

Per report from Nadeem Bitar.
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java