mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
parent
65218337ef
commit
e8ff159737
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue