summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-12-11 07:39:14 +0000
committerJeremy Allison <jra@samba.org>2001-12-11 07:39:14 +0000
commit0c9a30a6fc0cc81aed4b0b98c83296e3b95f0a07 (patch)
tree385266c90d1455536200317b2e10b8a7e70e4f39
parent0879a7647d61baf53b9f23ad08401bc858b6976b (diff)
downloadsamba-0c9a30a6fc0cc81aed4b0b98c83296e3b95f0a07.tar.gz
samba-0c9a30a6fc0cc81aed4b0b98c83296e3b95f0a07.tar.xz
samba-0c9a30a6fc0cc81aed4b0b98c83296e3b95f0a07.zip
Added disk full message.
Jeremy.
-rw-r--r--source/libsmb/smberr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libsmb/smberr.c b/source/libsmb/smberr.c
index d0aa8f6024d..71e609ff3a7 100644
--- a/source/libsmb/smberr.c
+++ b/source/libsmb/smberr.c
@@ -76,6 +76,7 @@ err_code_struct dos_msgs[] = {
{"ERRmoredata",ERRmoredata,"There is more data to be returned."},
{"ERRinvgroup",2455,"Invalid workgroup (try the -W option)"},
{"ERRlogonfailure",ERRlogonfailure,"Logon failure"},
+ {"ERRdiskfull",ERRdiskfull,"Disk full"},
{NULL,-1,NULL}};
/* Server Error Messages */