svn commit: samba r4421 - in branches/SAMBA_4_0/source/include: .

metze at samba.org metze at samba.org
Fri Dec 31 00:07:38 GMT 2004


Author: metze
Date: 2004-12-31 00:07:37 +0000 (Fri, 31 Dec 2004)
New Revision: 4421

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

Log:
fix typo

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/include/nt_status.h
===================================================================
--- branches/SAMBA_4_0/source/include/nt_status.h	2004-12-30 23:51:18 UTC (rev 4420)
+++ branches/SAMBA_4_0/source/include/nt_status.h	2004-12-31 00:07:37 UTC (rev 4421)
@@ -58,7 +58,7 @@
 #define NT_STATUS_IS_ERR(x) ((NT_STATUS_V(x) & 0xc0000000) == 0xc0000000)
 #define NT_STATUS_EQUAL(x,y) (NT_STATUS_V(x) == NT_STATUS_V(y))
 
-#define NT_STATUS_HAVE_NO_MOMORY(x) do { \
+#define NT_STATUS_HAVE_NO_MEMORY(x) do { \
 	if (!(x)) {\
 		return NT_STATUS_NO_MEMORY;\
 	}\
@@ -67,7 +67,7 @@
 #define W_ERROR_IS_OK(x) (W_ERROR_V(x) == 0)
 #define W_ERROR_EQUAL(x,y) (W_ERROR_V(x) == W_ERROR_V(y))
 
-#define W_ERROR_HAVE_NO_MOMORY(x) do { \
+#define W_ERROR_HAVE_NO_MEMORY(x) do { \
 	if (!(x)) {\
 		return WERR_NOMEM;\
 	}\



More information about the samba-cvs mailing list