1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

r23891: fix compiler warning

metze
(This used to be commit 6dcbc0b6055998d77bd7bb6acfb622bc1423964b)
This commit is contained in:
Stefan Metzmacher 2007-07-16 14:19:59 +00:00 committed by Gerald (Jerry) Carter
parent 809c9d4d31
commit 0f0e847e39

View File

@ -89,6 +89,8 @@ void set_profile_level(int level, struct server_id src)
#endif /* WITH_PROFILE */ #endif /* WITH_PROFILE */
} }
#ifdef WITH_PROFILE
/**************************************************************************** /****************************************************************************
receive a set profile level message 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 open the profiling shared memory area
******************************************************************/ ******************************************************************/
#ifdef WITH_PROFILE
#ifdef HAVE_CLOCK_GETTIME #ifdef HAVE_CLOCK_GETTIME