summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-10-02 15:20:16 +0000
committerStefan Metzmacher <metze@samba.org>2013-10-06 13:54:45 +0200
commitc134a37df3084d794267730612e38451887a2fc2 (patch)
treed4c127649bbad4b3804d850c6e423e59ac535a0f /source3/smbd
parent41857bd0f73bf294fa98d6e697ac563297b24310 (diff)
downloadsamba-c134a37df3084d794267730612e38451887a2fc2.tar.gz
samba-c134a37df3084d794267730612e38451887a2fc2.tar.bz2
samba-c134a37df3084d794267730612e38451887a2fc2.zip
smbd: Fix a comment
This has been converted from a timed event to an immediate one in e7dab403c0ca6f6 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/oplock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c
index efb37e17fe..621886235f 100644
--- a/source3/smbd/oplock.c
+++ b/source3/smbd/oplock.c
@@ -645,7 +645,7 @@ static void contend_level2_oplocks_begin_default(files_struct *fsp,
* When we get here we might have a brlock entry locked. Also
* locking the share mode entry would violate the locking
* order. Breaking level2 oplocks to none is asynchronous
- * anyway, so we postpone this into an immediate timed event.
+ * anyway, so we postpone this into an immediate event.
*/
state = talloc(sconn, struct break_to_none_state);