diff options
author | Gerald Carter <jerry@samba.org> | 2005-07-01 22:24:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:58:10 -0500 |
commit | 0a01b2246abb61bac833649bb189cf26db62fba2 (patch) | |
tree | ec2b3d1ac0f212769d9000ebee9ca1f02ed239c5 /source3/libsmb | |
parent | f88e4babab2b3060c235389a71d2e96925237fd0 (diff) | |
download | samba-0a01b2246abb61bac833649bb189cf26db62fba2.tar.gz samba-0a01b2246abb61bac833649bb189cf26db62fba2.tar.bz2 samba-0a01b2246abb61bac833649bb189cf26db62fba2.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
(This used to be commit 89f17b41cee633838b8cbd0d1bf8119a4b8d707e)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/doserr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libsmb/doserr.c b/source3/libsmb/doserr.c index 4449c92ab1..ef71a883f7 100644 --- a/source3/libsmb/doserr.c +++ b/source3/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) } }; |