diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-18 13:47:43 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-18 13:47:43 +0100 |
commit | 947cc0a45ddf7144532f37626fa0c547e357e3af (patch) | |
tree | 021891913a766d5b3533a63e59c642ebd94913ae /runtime/hashtable.c | |
parent | ad9d197649d53cbd11566cd2b8091e1eca9e2f62 (diff) | |
download | rsyslog-947cc0a45ddf7144532f37626fa0c547e357e3af.tar.gz rsyslog-947cc0a45ddf7144532f37626fa0c547e357e3af.tar.bz2 rsyslog-947cc0a45ddf7144532f37626fa0c547e357e3af.zip |
dnscache: switch to use hashtable instead of linked list
Diffstat (limited to 'runtime/hashtable.c')
-rw-r--r-- | runtime/hashtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/hashtable.c b/runtime/hashtable.c index a01fa7d9..f718bd43 100644 --- a/runtime/hashtable.c +++ b/runtime/hashtable.c @@ -263,7 +263,7 @@ hashtable_destroy(struct hashtable *h, int free_values) /* some generic hash functions */ -/* one provided by Aaaron Wiebe based on perl's hashng algorithm +/* one provided by Aaaron Wiebe based on perl's hashing algorithm * (so probably pretty generic). Not for excessively large strings! */ unsigned int |