svn commit: samba r6336 - in branches/SAMBA_3_0_RELEASE/source: . include

jerry at samba.org jerry at samba.org
Thu Apr 14 06:13:31 GMT 2005


Author: jerry
Date: 2005-04-14 06:13:31 +0000 (Thu, 14 Apr 2005)
New Revision: 6336

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

Log:
fixing syntax error or non-developer assert and setting version to 3.0.14a
Modified:
   branches/SAMBA_3_0_RELEASE/source/VERSION
   branches/SAMBA_3_0_RELEASE/source/include/smb_macros.h


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/source/VERSION
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/VERSION	2005-04-14 05:55:32 UTC (rev 6335)
+++ branches/SAMBA_3_0_RELEASE/source/VERSION	2005-04-14 06:13:31 UTC (rev 6336)
@@ -19,7 +19,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=3
 SAMBA_VERSION_MINOR=0
-SAMBA_VERSION_RELEASE=14
+SAMBA_VERSION_RELEASE=14a
 
 ########################################################
 # For 'pre' releases the version will be               #

Modified: branches/SAMBA_3_0_RELEASE/source/include/smb_macros.h
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/include/smb_macros.h	2005-04-14 05:55:32 UTC (rev 6335)
+++ branches/SAMBA_3_0_RELEASE/source/include/smb_macros.h	2005-04-14 06:13:31 UTC (rev 6336)
@@ -73,7 +73,7 @@
 #else
 /* redefine the assert macro for non-developer builds */
 #define SMB_ASSERT(b) ( (b) ? (void)0 : \
-        (DEBUG(0,("PANIC: assert failed at %s(%d)\n", __FILE__, __LINE__)))
+        (DEBUG(0,("PANIC: assert failed at %s(%d)\n", __FILE__, __LINE__))))
 #endif
 
 #define SMB_ASSERT_ARRAY(a,n) SMB_ASSERT((sizeof(a)/sizeof((a)[0])) >= (n))



More information about the samba-cvs mailing list