mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Typo.
This commit is contained in:
parent
c7f6f76951
commit
e40f37f80c
@ -448,7 +448,7 @@ smb_protocol_handler(struct connection *conn)
|
||||
}
|
||||
conn->from = 0;
|
||||
conn->unrestartable = 1;
|
||||
find_auth(conn->uri); /* remember useranme and password */
|
||||
find_auth(conn->uri); /* remember username and password */
|
||||
|
||||
cpid = fork();
|
||||
if (cpid == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user