From e8ff159737354c4b69c47b71fdc69a5717819f7e Mon Sep 17 00:00:00 2001
From: Marcin Cieslak <saper@saper.info>
Date: Wed, 15 Aug 2012 04:07:01 +0200
Subject: [PATCH] const char maze: unbreak ToolTalk build

Follow up to de82eebdd56c02ae200bf2d9ec60df053919e7e7
---
 cde/lib/tt/lib/db/tt_db_client.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cde/lib/tt/lib/db/tt_db_client.C b/cde/lib/tt/lib/db/tt_db_client.C
index 24d369cd..22e210f1 100644
--- a/cde/lib/tt/lib/db/tt_db_client.C
+++ b/cde/lib/tt/lib/db/tt_db_client.C
@@ -193,7 +193,7 @@ _Tt_db_results _Tt_db_client::connectToDB (const _Tt_string &hostname)
 			// If dbVersion == 1, then we are talking to an old DB server
 			static _tt_auth_level_results results;
 
-			const char      *path = "";
+			char      *path = "";
 			clnt_stat  rpc_status;
 			int       *result = (int *)NULL;
 			result = _tt_min_auth_level_1(&path, dbServer, &rpc_status);
-- 
2.25.1