diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -611,7 +611,8 @@ static inline void open_auth_filter(struct cgit_context *ctx, const char *functi | |||
611 | ctx->env.https ? ctx->env.https : "", | 611 | ctx->env.https ? ctx->env.https : "", |
612 | ctx->qry.repo ? ctx->qry.repo : "", | 612 | ctx->qry.repo ? ctx->qry.repo : "", |
613 | ctx->qry.page ? ctx->qry.page : "", | 613 | ctx->qry.page ? ctx->qry.page : "", |
614 | ctx->qry.url ? ctx->qry.url : ""); | 614 | ctx->qry.url ? ctx->qry.url : "", |
615 | cgit_loginurl()); | ||
615 | } | 616 | } |
616 | 617 | ||
617 | /* We intentionally keep this rather small, instead of looping and | 618 | /* We intentionally keep this rather small, instead of looping and |