We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ab26a commit 27f7ac0Copy full SHA for 27f7ac0
1 file changed
daemon/qrexec-daemon.c
@@ -1533,7 +1533,8 @@ static int handle_agent_restart(int xid) {
1533
PERROR("cannot connect to qrexec agent");
1534
return -1;
1535
}
1536
- if (handle_agent_hello(vchan, remote_domain_name) < 0) {
+ protocol_version = handle_agent_hello(vchan, remote_domain_name);
1537
+ if (protocol_version < 0) {
1538
libvchan_close(vchan);
1539
vchan = NULL;
1540
0 commit comments