From 7f9634010b0021014773b797bd76a447d6120db7 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 25 May 2018 10:23:18 -0600 Subject: [PATCH] tt_old_db: use TT_DB_OK instead of NULL --- cde/lib/tt/lib/db/tt_old_db.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/lib/tt/lib/db/tt_old_db.C b/cde/lib/tt/lib/db/tt_old_db.C index 034cf8ec..c2fb3191 100644 --- a/cde/lib/tt/lib/db/tt_old_db.C +++ b/cde/lib/tt/lib/db/tt_old_db.C @@ -51,7 +51,7 @@ _Tt_old_db:: _Tt_old_db() { propertyTableFD = 0; - dbResults = NULL; + dbResults = TT_DB_OK; } _Tt_old_db::_Tt_old_db (const _Tt_string &partition, -- 2.25.1