From 82a56fae9954dcc12f7c531a44cc9344281acb85 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 20 Oct 2004 12:24:31 +0000 Subject: r3087: fixed a typo (This used to be commit 3791b97694f052b0b7e170e07c21f7a5739d74dd) --- source4/ntvfs/ntvfs_generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/ntvfs/ntvfs_generic.c b/source4/ntvfs/ntvfs_generic.c index d4c163844f..0be4e5fd8e 100644 --- a/source4/ntvfs/ntvfs_generic.c +++ b/source4/ntvfs/ntvfs_generic.c @@ -913,7 +913,7 @@ NTSTATUS ntvfs_map_close(struct smbsrv_request *req, union smb_close *cl, return NT_STATUS_NO_MEMORY; } - switch (cl2->generic.level) { + switch (cl->generic.level) { case RAW_CLOSE_CLOSE: return NT_STATUS_INVALID_LEVEL; -- cgit