smbd: Use common function for FORCE_DIS and KILL_CLIENT_IP in parent
commitfa2d7d648cec04c4abaf25bcc4ccb0a81a9ca2b7
authorChristof Schmitt <cs@samba.org>
Thu, 26 Jun 2014 21:50:38 +0000 (26 14:50 -0700)
committerVolker Lendecke <vl@samba.org>
Mon, 30 Jun 2014 13:04:10 +0000 (30 15:04 +0200)
tree863393c570adf96b0a22e8cf415cd83cac56e808
parentcee1531e551e5ccd5ccd4a55de226ad686919486
smbd: Use common function for FORCE_DIS and KILL_CLIENT_IP in parent

The parent smbd process only forwards the message to the child
processes. Use a common function instead of two separate ones that do
the same thing.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/server.c