1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

r23891: fix compiler warning

metze
This commit is contained in:
Stefan Metzmacher 2007-07-16 14:19:59 +00:00 committed by Gerald (Jerry) Carter
parent 00909194a6
commit 6dcbc0b605

View File

@ -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