mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
s4-smbd: Fix compiler warning in prefork smbd.
My first patch in a while... Tim. Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
92449412dc
commit
f25ebe3728
@ -192,7 +192,7 @@ static void prefork_new_task(struct tevent_context *ev,
|
||||
|
||||
|
||||
/* called when a task goes down */
|
||||
_NORETURN_ static void prefork_terminate(struct tevent_context *ev, struct loadparm_context *lp_ctx, const char *reason)
|
||||
static void prefork_terminate(struct tevent_context *ev, struct loadparm_context *lp_ctx, const char *reason)
|
||||
{
|
||||
DEBUG(2,("prefork_terminate: reason[%s]\n",reason));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user