diff options
author | Tim Potter <tpot@samba.org> | 2002-02-25 06:14:50 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-02-25 06:14:50 +0000 |
commit | 5cb19078b66e831e6c212abe675e9d505514d23a (patch) | |
tree | 14d2dd4d30f7ab71450962e61c53482538392339 /source3 | |
parent | c75396cf49bb3640b07f105b72b4ddad056bd7cc (diff) | |
download | samba-5cb19078b66e831e6c212abe675e9d505514d23a.tar.gz samba-5cb19078b66e831e6c212abe675e9d505514d23a.tar.bz2 samba-5cb19078b66e831e6c212abe675e9d505514d23a.zip |
Added error for invalid form size.
(This used to be commit 9a3e127aeacb01f5a642013a46148eaa31f41482)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index a2c53791cc..5633f837a8 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -169,6 +169,7 @@ #define WERR_PRINTER_ALREADY_EXISTS W_ERROR(1802) #define WERR_INVALID_DATATYPE W_ERROR(1804) #define WERR_INVALID_ENVIRONMENT W_ERROR(1805) +#define WERR_INVALID_FORM_SIZE W_ERROR(1903) #define WERR_BUF_TOO_SMALL W_ERROR(2123) #define WERR_JOB_NOT_FOUND W_ERROR(2151) #define WERR_DEST_NOT_FOUND W_ERROR(2152) |