Commit 24cb46d2 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Error.c: reformat comments

parent b1d15688
...@@ -397,9 +397,8 @@ char *nxagentGetRootPath(void) ...@@ -397,9 +397,8 @@ char *nxagentGetRootPath(void)
#endif #endif
/* /*
* We will determine the root NX directory * We will determine the root NX directory based on the NX_HOME
* based on the NX_HOME or HOME directory * or HOME directory settings.
* settings.
*/ */
char *homeEnv = nxagentGetHomePath(); char *homeEnv = nxagentGetHomePath();
...@@ -490,10 +489,9 @@ char *nxagentGetSessionPath(void) ...@@ -490,10 +489,9 @@ char *nxagentGetSessionPath(void)
if (*nxagentSessionDir == '\0') if (*nxagentSessionDir == '\0')
{ {
/* /*
* If nxagentSessionId does not exist we * If nxagentSessionId does not exist we assume that the
* assume that the sessionPath cannot be * sessionPath cannot be realized and do not use the clients log
* realized and do not use the clients * file.
* log file.
*/ */
if (*nxagentSessionId == '\0') if (*nxagentSessionId == '\0')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment