Nothing significant.
authorSebastian Hammer <quinn@indexdata.com>
Wed, 31 May 1995 08:29:21 +0000 (08:29 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Wed, 31 May 1995 08:29:21 +0000 (08:29 +0000)
client/client.c
rfc1006/rfct.c

index 2ede5f1..395a4cf 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: client.c,v $
- * Revision 1.5  1995-05-29 08:10:47  quinn
+ * Revision 1.6  1995-05-31 08:29:21  quinn
+ * Nothing significant.
+ *
+ * Revision 1.5  1995/05/29  08:10:47  quinn
  * Moved oid.c to util.
  *
  * Revision 1.4  1995/05/22  15:30:13  adam
@@ -39,7 +42,6 @@
 #endif
 
 #include <proto.h>
-#include <oid.h>
 
 #include <marcdisp.h>
 
@@ -100,9 +102,8 @@ static void send_initRequest()
     ODR_MASK_SET(req->options, Z_Options_search);
     ODR_MASK_SET(req->options, Z_Options_present);
 
-    ODR_MASK_SET(req->protocolVersion, 0);
-    ODR_MASK_SET(req->protocolVersion, 1);
-    ODR_MASK_SET(req->protocolVersion, 2);
+    ODR_MASK_SET(req->protocolVersion, Z_ProtocolVersion_1);
+    ODR_MASK_SET(req->protocolVersion, Z_ProtocolVersion_2);
 
     req->idAuthentication = auth;
 
index 3b2537e..c31bce7 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: rfct.c,v $
- * Revision 1.4  1995-05-18 13:02:07  quinn
+ * Revision 1.5  1995-05-31 08:29:35  quinn
+ * Nothing significant.
+ *
+ * Revision 1.4  1995/05/18  13:02:07  quinn
  * Smallish.
  *
  * Revision 1.3  1995/05/16  09:37:18  quinn
@@ -252,7 +255,7 @@ int t_open(char *name, int oflag, struct t_info *info)
        cnt->oci[i] = -1;
 
     /*
-     * RFC1006 sets a higher than standard default max TPDU size, but the
+     * RFC1006 sets a higher than standard (TP) default max TPDU size, but the
      * Isode seems to like to negotiate it down. We'll keep it here to be
      * safe. Note that there's no harm in jumping it up. If it's higher
      * than 2048, t_connect won't try to negotiate.