[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed Feb 10 06:07:35 MST 2010


The branch, master has been updated
       via  1cd9df8... testprogs: add more error codes for spoolss test.
      from  9b75650... s3: change ldap filter to what really was intended

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1cd9df8da2a1ef0e2a45ea67ea7766cbbe9984f0
Author: Günther Deschner <gd at samba.org>
Date:   Wed Feb 10 13:17:36 2010 +0100

    testprogs: add more error codes for spoolss test.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 testprogs/win32/spoolss/error.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/testprogs/win32/spoolss/error.c b/testprogs/win32/spoolss/error.c
index 837cce9..241e1e5 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list