could happen, for example, with objcache requests for unsupported
features, such as netdb/icmp.
/*
- * $Id: stmem.cc,v 1.47 1997/07/15 23:23:33 wessels Exp $
+ * $Id: stmem.cc,v 1.48 1997/08/25 02:25:45 wessels Exp $
*
* DEBUG: section 19 Memory Primitives
* AUTHOR: Harvest Derived
int bytes_into_this_packet = 0;
debug(19, 6) ("memCopy: offset %d: size %d\n", offset, size);
if (p == NULL)
- return -1;
- /* fatal_dump("memCopy: NULL mem_node"); *//* Can happen on async */
+ return 0;
assert(size > 0);
/* Seek our way into store */
while ((t_off + p->len) < offset) {