From 7c59faa38029ad52cd9898f153352638c338dacd Mon Sep 17 00:00:00 2001 From: david Date: Fri, 24 Oct 2008 22:02:22 +0000 Subject: [PATCH] Fix a syntax error in smb.lua. (My fault, it happened while I was testing documentation markup.) --- nselib/smb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/smb.lua b/nselib/smb.lua index 69c3b56a3..82a491677 100644 --- a/nselib/smb.lua +++ b/nselib/smb.lua @@ -59,7 +59,7 @@ -- success, along with the operating system and the lan manager name. \n --\n -- After a successful SMB_COM_SESSION_SETUP_ANDX has been made, a --- SMB_COM_TREE_CONNECT_ANDX packet can be sent. This is what connects to a share. +-- SMB_COM_TREE_CONNECT_ANDX packet can be sent. This is what connects to a share. -- The server responds to this with a boolean answer, and little more information. \n --\n -- Each share will either return STATUS_BAD_NETWORK_NAME if the share doesn't exist, STATUS_ACCESS_DENIED if it exists but we don't have access, or