X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Frsh-security.c;fp=common-src%2Frsh-security.c;h=c24e3290489a4adf35b58150db3e5d6e0548d8da;hb=94c03cae686e4196a345d72452fda2a5203768ce;hp=4c74f710b51a8072131eb367cecb79eea432d83b;hpb=1194fb66aa28d9929c3f2bef3cc6c1c3f40a60a4;p=debian%2Famanda diff --git a/common-src/rsh-security.c b/common-src/rsh-security.c index 4c74f71..c24e329 100644 --- a/common-src/rsh-security.c +++ b/common-src/rsh-security.c @@ -25,7 +25,7 @@ */ /* - * $Id: rsh-security.c,v 1.18 2005/12/01 01:14:39 martinea Exp $ + * $Id: rsh-security.c,v 1.18.2.1 2006/04/11 11:11:16 martinea Exp $ * * rsh-security.c - security and transport over rsh or a rsh-like command. * @@ -933,7 +933,7 @@ conn_read_callback(cookie) rshprintf(("rsh: conn_read_callback\n")); /* Read the data off the wire. If we get errors, shut down. */ - rval = recv_token(rc, 5); + rval = recv_token(rc, 60); rshprintf(("rsh: conn_read_callback: recv_token returned %d\n", rval)); if (rval <= 0) { rc->pktlen = 0;