1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Relabel the auth module

As noted by Jonas Fonseca, the auth module is used by FTP as well as HTTP,
so take 'HTTP' out of the name.
This commit is contained in:
Miciah Dashiel Butler Masters 2006-06-02 19:07:26 +00:00 committed by Miciah Dashiel Butler Masters
parent 2c0edf6c44
commit d6d72a6ff5

View File

@ -329,7 +329,7 @@ get_invalid_auth_entry(void)
}
struct module auth_module = struct_module(
/* name: */ "HTTP Authentication",
/* name: */ "Authentication",
/* options: */ NULL,
/* hooks: */ NULL,
/* submodules: */ NULL,