1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

const char maze: unbreak ToolTalk build

Follow up to de82eebdd5
This commit is contained in:
Marcin Cieslak 2012-08-15 04:07:01 +02:00 committed by Jon Trulson
parent 65218337ef
commit e8ff159737

View file

@ -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);