aboutsummaryrefslogtreecommitdiff
path: root/cgit.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cgit.c b/cgit.c
index 994957f..be1265d 100644
--- a/cgit.c
+++ b/cgit.c
@@ -611,8 +611,7 @@ static inline void open_auth_filter(struct cgit_context *ctx, const char *functi
ctx->env.https ? ctx->env.https : "",
ctx->qry.repo ? ctx->qry.repo : "",
ctx->qry.page ? ctx->qry.page : "",
- ctx->qry.url ? ctx->qry.url : "",
- cgit_loginurl());
+ ctx->qry.url ? ctx->qry.url : "");
}
/* We intentionally keep this rather small, instead of looping and