Skip to content
Snippets Groups Projects
Commit 23a00bc90a3c authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

chgserver: do not send system() back to client if stdio redirected (issue5992)

As the chg client doesn't know server-side stdio redirection, the server
shouldn't upcall on "runsystem" request if the stdio streams are redirected.

This patch teaches ui to remember the redirection flag, which is updated by
the caller right now. Future patches (for default) will add ui methods to
manage this flag internally.
parent 1b9be0b26511
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment