summaryrefslogtreecommitdiff
path: root/src/htsbauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsbauth.c')
-rw-r--r--src/htsbauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsbauth.c b/src/htsbauth.c
index 12af086..f0d6240 100644
--- a/src/htsbauth.c
+++ b/src/htsbauth.c
@@ -461,7 +461,7 @@ char *bauth_check(t_cookie * cookie, const char *adr, const char *fil) {
char *bauth_prefix(char *prefix, const char *adr, const char *fil) {
char *a;
- strcpybuff(prefix, jump_identification(adr));
+ strcpybuff(prefix, jump_identification_const(adr));
strcatbuff(prefix, fil);
a = strchr(prefix, '?');
if (a)