From: wessels <> Date: Sat, 28 Mar 1998 01:46:47 +0000 (+0000) Subject: comment X-Git-Tag: SQUID_3_0_PRE1~3735 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63b7b030108d083871afa24b4e5c60e81dcdc49a;p=thirdparty%2Fsquid.git comment --- diff --git a/src/cbdata.cc b/src/cbdata.cc index fb4eee3c99..4ad95a5a83 100644 --- a/src/cbdata.cc +++ b/src/cbdata.cc @@ -1,6 +1,6 @@ /* - * $Id: cbdata.cc,v 1.16 1998/02/20 21:04:05 wessels Exp $ + * $Id: cbdata.cc,v 1.17 1998/03/27 18:46:47 wessels Exp $ * * DEBUG: section 45 Callback Data Registry * AUTHOR: Duane Wessels @@ -189,6 +189,7 @@ int cbdataValid(const void *p) { cbdata *c; + /* Maybe NULL should be considered valid? */ if (p == NULL) return 0; c = (cbdata *) hash_lookup(htable, p);