From: Günther Deschner Date: Wed, 10 Feb 2010 12:17:36 +0000 (+0100) Subject: testprogs: add more error codes for spoolss test. X-Git-Tag: samba-3.6.0pre1~5481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cd9df8da2a1ef0e2a45ea67ea7766cbbe9984f0;p=thirdparty%2Fsamba.git testprogs: add more error codes for spoolss test. Guenther --- diff --git a/testprogs/win32/spoolss/error.c b/testprogs/win32/spoolss/error.c index 837cce9705e..241e1e588ef 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