summaryrefslogtreecommitdiff
path: root/lib/rpmug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmug.c')
-rw-r--r--lib/rpmug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmug.c b/lib/rpmug.c
index b365e4a21..53a5a6e4d 100644
--- a/lib/rpmug.c
+++ b/lib/rpmug.c
@@ -23,7 +23,7 @@ const char * rpmugStashStr(const char *str)
const char *ret = NULL;
if (str) {
if (strStash == NULL) {
- strStash = strCacheCreate(64, hashFunctionString, strcmp,
+ strStash = strCacheCreate(64, rstrhash, strcmp,
(strCacheFreeKey)rfree);
}