From: Stefan Metzmacher Date: Mon, 16 Jul 2007 14:19:59 +0000 (+0000) Subject: r23891: fix compiler warning X-Git-Tag: samba-misc-tags/initial-v3-2-unstable~709 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dcbc0b6055998d77bd7bb6acfb622bc1423964b;p=thirdparty%2Fsamba.git r23891: fix compiler warning metze --- diff --git a/source/profile/profile.c b/source/profile/profile.c index 76f6386c51a..20748e8f221 100644 --- a/source/profile/profile.c +++ b/source/profile/profile.c @@ -89,6 +89,8 @@ void set_profile_level(int level, struct server_id src) #endif /* WITH_PROFILE */ } +#ifdef WITH_PROFILE + /**************************************************************************** receive a set profile level message ****************************************************************************/ @@ -134,7 +136,6 @@ static void reqprofile_message(struct messaging_context *msg_ctx, /******************************************************************* open the profiling shared memory area ******************************************************************/ -#ifdef WITH_PROFILE #ifdef HAVE_CLOCK_GETTIME