OSSP CVS Repository

ossp - Check-in [4255]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4255
Date: 2001-Aug-01 13:51:59 (local)
2001-Aug-01 11:51:59 (UTC)
User:simons
Branch:callback-semantic-rewrite
Comment: The callback should return XDS_OK instead of the number of bytes it consumed from the buffer.
Tickets:
Inspections:
Files:
ossp-pkg/xds/xdr-decode-uint64.c      1.3.2.1 -> 1.3.2.2     1 inserted, 1 deleted

ossp-pkg/xds/xdr-decode-uint64.c 1.3.2.1 -> 1.3.2.2

--- xdr-decode-uint64.c  2001/08/01 11:26:56     1.3.2.1
+++ xdr-decode-uint64.c  2001/08/01 11:51:59     1.3.2.2
@@ -66,5 +66,5 @@
 
     /* Done. */
 
-    return 8;
+    return XDS_OK;
     }

CVSTrac 2.0.1