[PATCH] smbd: Fix a typo
Volker Lendecke
Volker.Lendecke at SerNet.DE
Tue Feb 10 09:27:49 MST 2015
Hi!
Review&push 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 dea937162098bf926f026a737d32400608a26874 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Tue, 10 Feb 2015 17:26:47 +0100
Subject: [PATCH] smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl at samba.org>
---
source3/smbd/msdfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source3/smbd/msdfs.c b/source3/smbd/msdfs.c
index bbf353d..3bd8a09 100644
--- a/source3/smbd/msdfs.c
+++ b/source3/smbd/msdfs.c
@@ -296,7 +296,7 @@ static NTSTATUS create_conn_struct_as_root(TALLOC_CTX *ctx,
set_conn_connectpath(conn, connpath);
/*
- * New code to check if there's a share security descripter
+ * New code to check if there's a share security descriptor
* added from NT server manager. This is done after the
* smb.conf checks are done as we need a uid and token. JRA.
*
--
1.9.1
More information about the samba-technical
mailing list