This commit is contained in:
purplerain 2024-10-06 22:00:57 +00:00
parent 50c8bafd9f
commit ac06c97e30
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
820 changed files with 467502 additions and 386453 deletions

View file

@ -34,7 +34,7 @@ in this Software without prior written authorization from The Open Group.
static char *format_rstart_env(char *str);
void
remote_start(const char *restart_protocol, const char *restart_machine,
const char *program, char **args, const char *cwd,
@ -172,11 +172,11 @@ remote_start(const char *restart_protocol, const char *restart_machine,
authDataEntries[i].protocol_name,
authDataEntries[i].network_id,
authDataEntries[i].auth_name);
fprintfhex (fp,
authDataEntries[i].auth_data_length,
authDataEntries[i].auth_data);
fprintf (fp, "\n");
}
@ -195,7 +195,7 @@ remote_start(const char *restart_protocol, const char *restart_machine,
}
/*
* rstart requires that any spaces/backslashes/non-printable characters
* inside of a string be represented by octal escape sequences.