s4-smbd: Fix compiler warning in prefork smbd.
authorTim Potter <tpot@samba.org>
Sat, 24 Apr 2010 01:04:32 +0000 (11:04 +1000)
committerStefan Metzmacher <metze@samba.org>
Sat, 24 Apr 2010 12:07:40 +0000 (14:07 +0200)
My first patch in a while...

Tim.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/smbd/process_prefork.c

index 721856bb468e4d7ba89c24d61c45afeca1a2e55b..7813189f19f77590cfa90e602d4c2c068abc9721 100644 (file)
@@ -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));
 }