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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user