In krb5_db2_db_init, make a format string constant to make Coverity
authorGreg Hudson <ghudson@mit.edu>
Wed, 25 Nov 2009 14:36:05 +0000 (14:36 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 25 Nov 2009 14:36:05 +0000 (14:36 +0000)
commit5af8ca71e81d35923ddc924346109bb4e3ca50b6
tree0d5b1393bde21245846bbd6bd343cbde4f2825f6
parentda718373999b72b70be8c146d7bf2397d9ff6913
In krb5_db2_db_init, make a format string constant to make Coverity
happy.  (Previously it was a disjunction of two constants, which is
fine, but not as obviously safe to a static analysis tool.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23355 dc483132-0cff-0310-8789-dd5450dbe970
src/plugins/kdb/db2/kdb_db2.c