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:
parent
2c0edf6c44
commit
d6d72a6ff5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user