diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -645,7 +645,7 @@ static inline void open_auth_filter(const char *function) | |||
645 | ctx.env.https ? ctx.env.https : "", | 645 | ctx.env.https ? ctx.env.https : "", |
646 | ctx.qry.repo ? ctx.qry.repo : "", | 646 | ctx.qry.repo ? ctx.qry.repo : "", |
647 | ctx.qry.page ? ctx.qry.page : "", | 647 | ctx.qry.page ? ctx.qry.page : "", |
648 | ctx.qry.url ? ctx.qry.url : "", | 648 | cgit_currentfullurl(), |
649 | cgit_loginurl()); | 649 | cgit_loginurl()); |
650 | } | 650 | } |
651 | 651 | ||