1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
This commit is contained in:
Witold Filipczyk 2007-01-27 14:20:57 +01:00 committed by Kalle Olavi Niemitalo
parent a0db520267
commit 546a52597f

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