diff options
author | Gerald Carter <jerry@samba.org> | 2005-07-01 22:24:00 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2005-07-01 22:24:00 +0000 |
commit | 3fa680cda2e9c5099e654b3db3d5a058806d3c81 (patch) | |
tree | 9137dc0df8a79a96fd51de1114108ee96e713a71 /source/libsmb/doserr.c | |
parent | b54ed10c3e2771fa3c68c29985ae6c2c6afb69bc (diff) | |
download | samba-3fa680cda2e9c5099e654b3db3d5a058806d3c81.tar.gz samba-3fa680cda2e9c5099e654b3db3d5a058806d3c81.tar.xz samba-3fa680cda2e9c5099e654b3db3d5a058806d3c81.zip |
r8064: * add the REG_XXX error codes to the pretty error messages
* more work on the store_values() functions for the Printers key
* add Control\Print\Monitors key to list for reg_db
Diffstat (limited to 'source/libsmb/doserr.c')
-rw-r--r-- | source/libsmb/doserr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/libsmb/doserr.c b/source/libsmb/doserr.c index 4449c92ab18..ef71a883f7f 100644 --- a/source/libsmb/doserr.c +++ b/source/libsmb/doserr.c @@ -72,6 +72,9 @@ werror_code_struct dos_errs[] = { "WERR_IO_PENDING", WERR_IO_PENDING }, { "WERR_INVALID_SERVICE_CONTROL", WERR_INVALID_SERVICE_CONTROL }, { "WERR_NET_NAME_NOT_FOUND", WERR_NET_NAME_NOT_FOUND }, + { "WERR_REG_CORRUPT", WERR_REG_CORRUPT }, + { "WERR_REG_IO_FAILURE", WERR_REG_IO_FAILURE }, + { "WERR_REG_FILE_INVALID", WERR_REG_FILE_INVALID }, { NULL, W_ERROR(0) } }; |