diff options
| author | Jason A. Donenfeld <[email protected]> | 2014-01-16 22:21:54 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2014-01-16 22:21:54 +0000 |
| commit | a431326e8fab8153905fbde036dd3c9fb4cc8eaa (patch) | |
| tree | eaff3c6984a1c518c0180d5437853243ca6346a4 /filter.c | |
| parent | auth: lua string comparisons are time invariant (diff) | |
| download | cgit-a431326e8fab8153905fbde036dd3c9fb4cc8eaa.tar.gz cgit-a431326e8fab8153905fbde036dd3c9fb4cc8eaa.zip | |
auth: have cgit calculate login address
This way we're sure to use virtual root, or any other strangeness
encountered.
Signed-off-by: Jason A. Donenfeld <[email protected]>
Diffstat (limited to 'filter.c')
| -rw-r--r-- | filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -417,7 +417,7 @@ struct cgit_filter *cgit_new_filter(const char *cmd, filter_type filtertype) switch (filtertype) { case AUTH: - argument_count = 11; + argument_count = 12; break; case EMAIL: |
