This commit is contained in:
Martin Pool
2001-03-16 02:11:53 +00:00
parent 3cd5eb3b3b
commit 0882faa2b2

2
main.c
View File

@@ -125,7 +125,7 @@ static void report(int f)
}
/* Start the remote shell. */
/* Start the remote shell. cmd may be NULL to use the default. */
/* TODO: When the shell exits, look at its return value, as this may
* well tell us if something went wrong in trying to connect to the
* remote machine. Although it doesn't seem to be specified anywhere,