1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-16 15:04:37 -04:00
This commit is contained in:
Witold Filipczyk 2007-01-27 14:20:57 +01:00 committed by Witold Filipczyk
parent c7f6f76951
commit e40f37f80c

View File

@ -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) {