summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels/chan_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_console.c b/channels/chan_console.c
index e895cf10d..b9f5c5471 100644
--- a/channels/chan_console.c
+++ b/channels/chan_console.c
@@ -1426,7 +1426,7 @@ static int pvt_hash_cb(const void *obj, const int flags)
{
const struct console_pvt *pvt = obj;
- return ast_str_hash(pvt->name);
+ return ast_str_case_hash(pvt->name);
}
static int pvt_cmp_cb(void *obj, void *arg, void *data, int flags)