Patch
Volker Lendecke
Volker.Lendecke at SerNet.DE
Wed Jan 30 04:58:58 MST 2013
Hi!
If someone feels like it, please review and push the
attached patch.
Thanks,
Volker Lendecke
--
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
**********************************************************
visit us at CeBIT: March 5th - 9th 2013, hall 6, booth E15
all about SAMBA and verinice, firewalls, Linux and Windows
free tickets available via email here : cebit at sernet.com !
**********************************************************
-------------- next part --------------
From 0ec39529af24b1e1d518282d55c67522b1441d80 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Tue, 15 Jan 2013 13:17:00 +0100
Subject: [PATCH] smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl at samba.org>
---
source3/lib/server_mutex.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/source3/lib/server_mutex.c b/source3/lib/server_mutex.c
index 619fbd0..41da0a1 100644
--- a/source3/lib/server_mutex.c
+++ b/source3/lib/server_mutex.c
@@ -29,7 +29,7 @@
may (in certain situations) cause connections to be reset,
or access to be denied.
- This locking allows smbd's mutlithread architecture to look
+ This locking allows smbd's multithread architecture to look
like the single-connection that NT makes. */
struct named_mutex {
--
1.7.3.4
More information about the samba-technical
mailing list