/*
- * $Id: acl.cc,v 1.107 1997/08/26 04:21:17 wessels Exp $
+ * $Id: acl.cc,v 1.108 1997/08/26 17:30:34 wessels Exp $
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
}
} else {
/* First time around, 7921 should be big enough */
- if ((p->hash = hash_create(urlcmp, 7921, hash_string)) < 0) {
- debug(28, 0) ("aclReadProxyAuth: can't create hash table, turning auth off\n");
+ p->hash = hash_create(urlcmp, 7921, hash_string);
+ if (p->hash == NULL) {
+ debug(28, 0) ("aclReadProxyAuth: can't create "
+ "hash table, turning auth off.\n");
return 0;
}
}
/*
- * $Id: cachemgr.cc,v 1.59 1997/08/25 22:35:51 wessels Exp $
+ * $Id: cachemgr.cc,v 1.60 1997/08/26 17:30:35 wessels Exp $
*
* DEBUG: section 0 CGI Cache Manager
* AUTHOR: Harvest Derived
"server_list",
"client_list",
"log",
- "parameter",
+ "config",
"ipcache",
"fqdncache",
"dns",
NAME: cache_dir
TYPE: cachedir
DEFAULT: none
-DEFAULT_IF_NONE: @DEFAULT_SWAP_DIR@ 100 256 16
+DEFAULT_IF_NONE: @DEFAULT_SWAP_DIR@ 100 16 256
LOC: Config.cacheSwap
DOC_START
Directory for on-disk cache storage. The cache will change into