diff options
author | Günther Deschner <gd@samba.org> | 2010-02-10 13:17:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-02-10 14:07:31 +0100 |
commit | 1cd9df8da2a1ef0e2a45ea67ea7766cbbe9984f0 (patch) | |
tree | 26759c16c791d9234193659293eb503b8f0ba3e8 /testprogs/win32/spoolss | |
parent | 9b75650f1a963e36a6dd697b5ad2725a8c7c9250 (diff) | |
download | samba-1cd9df8da2a1ef0e2a45ea67ea7766cbbe9984f0.tar.gz samba-1cd9df8da2a1ef0e2a45ea67ea7766cbbe9984f0.tar.bz2 samba-1cd9df8da2a1ef0e2a45ea67ea7766cbbe9984f0.zip |
testprogs: add more error codes for spoolss test.
Guenther
Diffstat (limited to 'testprogs/win32/spoolss')
-rw-r--r-- | testprogs/win32/spoolss/error.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testprogs/win32/spoolss/error.c b/testprogs/win32/spoolss/error.c index 837cce9705..241e1e588e 100644 --- a/testprogs/win32/spoolss/error.c +++ b/testprogs/win32/spoolss/error.c @@ -41,6 +41,8 @@ const char *errstr(DWORD error) return "ERROR_INVALID_NAME"; case ERROR_INVALID_LEVEL: return "ERROR_INVALID_LEVEL"; + case ERROR_INVALID_DATA: + return "ERROR_INVALID_DATA"; case ERROR_MORE_DATA: return "ERROR_MORE_DATA"; #ifdef ERROR_INVALID_DATATYPE |