diff options
author | Günther Deschner <gd@samba.org> | 2009-02-24 23:45:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-24 23:57:52 +0100 |
commit | 28fb708ba0bf3c81e54b1f99a8f56d671e62a047 (patch) | |
tree | a95710444199cd7a1defd27e8dcda3004ebeb49f /libcli/util | |
parent | b2e038ef8bd78e9ca847bbd0aaaf593cea059b18 (diff) | |
download | samba-28fb708ba0bf3c81e54b1f99a8f56d671e62a047.tar.gz samba-28fb708ba0bf3c81e54b1f99a8f56d671e62a047.tar.bz2 samba-28fb708ba0bf3c81e54b1f99a8f56d671e62a047.zip |
error-codes: print out WERR_UNKNOWN_PRINT_MONITOR.
Guenther
Diffstat (limited to 'libcli/util')
-rw-r--r-- | libcli/util/doserr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index 226c2f950d..1044ab351a 100644 --- a/libcli/util/doserr.c +++ b/libcli/util/doserr.c @@ -169,6 +169,7 @@ static const struct werror_code_struct dos_errs[] = { "WERR_SERVICE_NEVER_STARTED", WERR_SERVICE_NEVER_STARTED }, { "WERR_PASSWORD_MUST_CHANGE", WERR_PASSWORD_MUST_CHANGE }, { "WERR_ACCOUNT_LOCKED_OUT", WERR_ACCOUNT_LOCKED_OUT }, + { "WERR_UNKNOWN_PRINT_MONITOR", WERR_UNKNOWN_PRINT_MONITOR }, { NULL, W_ERROR(0) } }; |