svn commit: samba r23891 - in branches/SAMBA_3_2/source/profile: .

metze at samba.org metze at samba.org
Mon Jul 16 14:20:00 GMT 2007


Author: metze
Date: 2007-07-16 14:19:59 +0000 (Mon, 16 Jul 2007)
New Revision: 23891

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

Log:
fix compiler warning

metze
Modified:
   branches/SAMBA_3_2/source/profile/profile.c


Changeset:
Modified: branches/SAMBA_3_2/source/profile/profile.c
===================================================================
--- branches/SAMBA_3_2/source/profile/profile.c	2007-07-16 11:27:29 UTC (rev 23890)
+++ branches/SAMBA_3_2/source/profile/profile.c	2007-07-16 14:19:59 UTC (rev 23891)
@@ -89,6 +89,8 @@
 #endif /* WITH_PROFILE */
 }
 
+#ifdef WITH_PROFILE
+
 /****************************************************************************
 receive a set profile level message
 ****************************************************************************/
@@ -134,7 +136,6 @@
 /*******************************************************************
   open the profiling shared memory area
   ******************************************************************/
-#ifdef WITH_PROFILE
 
 #ifdef HAVE_CLOCK_GETTIME
 



More information about the samba-cvs mailing list