From Laurent Constantin: fix a (presumed) cut-and-pasteo.

svn path=/trunk/; revision=12342
This commit is contained in:
Guy Harris 2004-10-18 17:17:38 +00:00
parent d7d9c6be54
commit 915fe77f75
2 changed files with 2 additions and 1 deletions

View File

@ -2301,6 +2301,7 @@ Steve Sommars <sommars [AT] lucent.com>
Olivier Jacques <olivier.jacques [AT] hp.com>
Kestutis Kupciunas <kesha [AT] soften.ktu.lt>
René Pilz <rene.pilz [AT] ftw.at>
Laurent Constantin <laurent.constantin [AT] aql.fr>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -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 = {