mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r5237: Add error code for "class not registered"
(This used to be commit b72a0ac654857273eaaf3c5e32d86abed0af3ceb)
This commit is contained in:
parent
05db954edd
commit
58a9570353
@ -221,6 +221,8 @@
|
||||
#define WERR_PRINT_MONITOR_IN_USE W_ERROR(ERRprintmonitorinuse)
|
||||
#define WERR_PRINTER_HAS_JOBS_QUEUED W_ERROR(ERRprinterhasjobsqueued)
|
||||
|
||||
#define WERR_CLASS_NOT_REGISTERED W_ERROR(0x40154)
|
||||
|
||||
|
||||
#ifndef NERR_BASE
|
||||
#define NERR_BASE (2100)
|
||||
|
@ -86,6 +86,7 @@ static const struct werror_code_struct dos_errs[] =
|
||||
{ "WERR_NO_SPOOL_SPACE", WERR_NO_SPOOL_SPACE },
|
||||
{ "WERR_CAN_NOT_COMPLETE", WERR_CAN_NOT_COMPLETE },
|
||||
{ "WERR_SERVER_UNAVAILABLE", WERR_SERVER_UNAVAILABLE },
|
||||
{ "WERR_CLASS_NOT_REGISTERED", WERR_CLASS_NOT_REGISTERED },
|
||||
{ NULL, W_ERROR(0) }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user