X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=rfc1006%2Frfct.c;fp=rfc1006%2Frfct.c;h=8bcda3c1d61dd9345ac8789135070793804a5721;hp=996d87e59e70abc1867e244a2a9e458378087687;hb=225a451c3b6a46e0034060affad7df94b18ba3aa;hpb=99268f722648e84bf5c54eb685a1434e100f38a1 diff --git a/rfc1006/rfct.c b/rfc1006/rfct.c index 996d87e..8bcda3c 100644 --- a/rfc1006/rfct.c +++ b/rfc1006/rfct.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rfct.c,v $ - * Revision 1.2 1995-05-02 08:53:09 quinn + * Revision 1.3 1995-05-16 09:37:18 quinn + * Fixed bug + * + * Revision 1.2 1995/05/02 08:53:09 quinn * Trying in vain to fix comm with ISODE * * Revision 1.1 1995/03/30 14:03:17 quinn @@ -257,7 +260,7 @@ int t_open(char *name, int oflag, struct t_info *info) { info->addr = TSEL_MAXLEN + sizeof(struct sockaddr_in) + 1; info->options = 1024; - info->tsdu = 2041; /* trying to please the ISODE */ + info->tsdu = -1; /* is this right? */ info->etsdu = 0; info->connect = -2; info->discon = -2;