svn commit: samba r18855 - in branches/SAMBA_3_0/source/include: .

vlendec at samba.org vlendec at samba.org
Sat Sep 23 21:27:48 GMT 2006


Author: vlendec
Date: 2006-09-23 21:27:48 +0000 (Sat, 23 Sep 2006)
New Revision: 18855

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18855

Log:
Tell the diff between WERROR and NTSTATUS

Volker

Modified:
   branches/SAMBA_3_0/source/include/nt_status.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/nt_status.h
===================================================================
--- branches/SAMBA_3_0/source/include/nt_status.h	2006-09-23 21:23:48 UTC (rev 18854)
+++ branches/SAMBA_3_0/source/include/nt_status.h	2006-09-23 21:27:48 UTC (rev 18855)
@@ -45,9 +45,9 @@
 #endif
 
 #if defined(HAVE_IMMEDIATE_STRUCTURES)
-typedef struct {uint32 v;} WERROR;
+typedef struct {uint32 w;} WERROR;
 #define W_ERROR(x) ((WERROR) { x })
-#define W_ERROR_V(x) ((x).v)
+#define W_ERROR_V(x) ((x).w)
 #else
 typedef uint32 WERROR;
 #define W_ERROR(x) (x)



More information about the samba-cvs mailing list