1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-08-25 21:44:47 -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->from = 0;
conn->unrestartable = 1; conn->unrestartable = 1;
find_auth(conn->uri); /* remember useranme and password */ find_auth(conn->uri); /* remember username and password */
cpid = fork(); cpid = fork();
if (cpid == -1) { if (cpid == -1) {