Added error message for ERRdiskfull.
authorTim Potter <tpot@samba.org>
Tue, 4 Dec 2001 00:46:12 +0000 (00:46 +0000)
committerTim Potter <tpot@samba.org>
Tue, 4 Dec 2001 00:46:12 +0000 (00:46 +0000)
(This used to be commit 9f5d7e8a04c36395570247bc5e1b7b3fc5d1a322)

source3/libsmb/smberr.c

index d0aa8f6024dfcc1a377aada18cab1caae49daa05..71e609ff3a7fad12f04fd60c34e7c5faf2e138bc 100644 (file)
@@ -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 */