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

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

Log:
fix compiler warning

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


Changeset:
Modified: branches/SAMBA_3_2_0/source/profile/profile.c
===================================================================
--- branches/SAMBA_3_2_0/source/profile/profile.c       2007-07-16 14:19:59 UTC 
(rev 23891)
+++ branches/SAMBA_3_2_0/source/profile/profile.c       2007-07-16 14:20:19 UTC 
(rev 23892)
@@ -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
 

Reply via email to