summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/errormap.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-01 23:08:08 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-01 23:08:08 +0000
commit819f5ea0d5c6fe7d36b0f867e7f86ae6b54fd8b4 (patch)
tree0b0fc025997d07987a1bf6b2504a72d23aee8870 /source3/libsmb/errormap.c
parentbd7ba65ddab3df4c69ce13957fb202b993365897 (diff)
downloadsamba-819f5ea0d5c6fe7d36b0f867e7f86ae6b54fd8b4.tar.gz
samba-819f5ea0d5c6fe7d36b0f867e7f86ae6b54fd8b4.tar.xz
samba-819f5ea0d5c6fe7d36b0f867e7f86ae6b54fd8b4.zip
use a name not a number for ERRinsufficientbuffer
(This used to be commit 8e70666fccde1025d77e4db51b5b63e5142d98ec)
Diffstat (limited to 'source3/libsmb/errormap.c')
-rw-r--r--source3/libsmb/errormap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/errormap.c b/source3/libsmb/errormap.c
index a8baf025af2..73bbde71eb7 100644
--- a/source3/libsmb/errormap.c
+++ b/source3/libsmb/errormap.c
@@ -67,7 +67,7 @@ static struct {
{ERRDOS, 193, NT_STATUS_INVALID_FILE_FOR_SECTION},
{ERRDOS, ERRbadaccess, NT_STATUS_ALREADY_COMMITTED},
{ERRDOS, ERRbadaccess, NT_STATUS_ACCESS_DENIED},
- {ERRDOS, 122, NT_STATUS_BUFFER_TOO_SMALL},
+ {ERRDOS, ERRinsufficientbuffer, NT_STATUS_BUFFER_TOO_SMALL},
{ERRDOS, ERRbadfid, NT_STATUS_OBJECT_TYPE_MISMATCH},
{ERRDOS, 37, NT_STATUS_NONCONTINUABLE_EXCEPTION},
{ERRDOS, 38, NT_STATUS_INVALID_DISPOSITION},