1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Added error message for ERRdiskfull.

(This used to be commit 9f5d7e8a04)
This commit is contained in:
Tim Potter
2001-12-04 00:46:12 +00:00
parent 0dc386855f
commit bca2bcd87e

View 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 */