summaryrefslogtreecommitdiff
path: root/main/stasis_endpoints.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/stasis_endpoints.c')
-rw-r--r--main/stasis_endpoints.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/stasis_endpoints.c b/main/stasis_endpoints.c
index 81c4f15a3..3f8d32419 100644
--- a/main/stasis_endpoints.c
+++ b/main/stasis_endpoints.c
@@ -197,6 +197,7 @@ struct ast_endpoint_snapshot *ast_endpoint_latest_snapshot(const char *tech,
if (!id) {
return NULL;
}
+ ast_tech_to_upper(id);
msg = stasis_cache_get(ast_endpoint_cache(),
ast_endpoint_snapshot_type(), id);