[PATCH] smbd: Fix a typo

Volker Lendecke Volker.Lendecke at SerNet.DE
Wed Sep 10 08:15:46 MDT 2014


Hi!

Review&push would be appreciated.

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 549ae6fd6085595e4a1f23259a9a33937e752fd6 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Tue, 9 Sep 2014 10:45:38 +0000
Subject: [PATCH] smbd: Fix a typo

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 source3/smbd/open.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index 2762519..67ba25e 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.c
@@ -3921,7 +3921,7 @@ static NTSTATUS create_file_unixpath(connection_struct *conn,
 				   nt_errstr(status)));
 			goto fail;
 		}
-		/* we don't need to low level fd */
+		/* we don't need the low level fd */
 		fd_close(base_fsp);
 	}
 
-- 
1.8.1.2



More information about the samba-technical mailing list