From e40f37f80c9a9c43000dba6594ee1e97829910bb Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sat, 27 Jan 2007 14:20:57 +0100 Subject: [PATCH] Typo. --- src/protocol/smb/smb2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/smb/smb2.c b/src/protocol/smb/smb2.c index cc46444a..be7e4363 100644 --- a/src/protocol/smb/smb2.c +++ b/src/protocol/smb/smb2.c @@ -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) {