From 915fe77f75a52ca703ef5f490865c8d6da4ea7cd Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 18 Oct 2004 17:17:38 +0000 Subject: From Laurent Constantin: fix a (presumed) cut-and-pasteo. svn path=/trunk/; revision=12342 --- epan/dissectors/packet-smb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-smb.c') diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c index d96a683d11..529fdf6bde 100644 --- a/epan/dissectors/packet-smb.c +++ b/epan/dissectors/packet-smb.c @@ -4850,7 +4850,7 @@ static const value_string oa_open_vals[] = { { 3, "The file existed and was truncated"}, { 0x8001, "The file existed and was opened, and an OpLock was granted"}, { 0x8002, "The file did not exist but was created, and an OpLock was granted"}, - { 0x8002, "The file existed and was truncated, and an OpLock was granted"}, + { 0x8003, "The file existed and was truncated, and an OpLock was granted"}, {0, NULL} }; static const true_false_string tfs_oa_lock = { -- cgit v1.2.1