bbennett-ks commented on code in PR #643: URL: https://github.com/apache/guacamole-server/pull/643#discussion_r2921879337
########## src/protocols/ssh/ssh.c: ########## @@ -22,6 +22,7 @@ #include "argv.h" #include "common-ssh/sftp.h" #include "common-ssh/ssh.h" +#include "eintr.h" Review Comment: I wasn't sure how making this part of a public header would be received, but I think overall this is the best solution. Better than having logic replicated by downstream projects. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
