ref: 094f0c96015f549c2e04ca90282bbf13736c1982
parent: dc96f164a2b72ccb209ae98ce50a11087cbe44f8
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Jan 6 01:00:22 EST 2016
rx: theres no p9sk2 anymore
--- a/sys/src/cmd/rx.c
+++ b/sys/src/cmd/rx.c
@@ -59,14 +59,9 @@
host = argv[0];
args = buildargs(&argv[1]);
- /* try rexexec p9any then dial again with p9sk2 */
fd = call(0, host, "rexexec", &addr);
if(fd >= 0)
rex(fd, args, "p9any");
- close(fd);
- fd = call(0, host, "rexexec", &addr);
- if(fd >= 0)
- rex(fd, args, "p9sk2");
close(fd);
/* if there's an ssh port, try that */