summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2010-04-24 11:04:32 +1000
committerStefan Metzmacher <metze@samba.org>2010-04-24 14:07:40 +0200
commitf25ebe37281f84608f13891e08d555e3db817963 (patch)
treee3ef76f127287ca101d6a7200e23edcdd904b4d8 /source4/smbd
parent92449412dcb1c809689eebd0ab7e2ebee3de6fbf (diff)
downloadsamba-f25ebe37281f84608f13891e08d555e3db817963.tar.gz
samba-f25ebe37281f84608f13891e08d555e3db817963.tar.bz2
samba-f25ebe37281f84608f13891e08d555e3db817963.zip
s4-smbd: Fix compiler warning in prefork smbd.
My first patch in a while... Tim. Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/process_prefork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/process_prefork.c b/source4/smbd/process_prefork.c
index 721856bb46..7813189f19 100644
--- a/source4/smbd/process_prefork.c
+++ b/source4/smbd/process_prefork.c
@@ -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));
}