s3:smbd remove unused code
authorChristian Ambach <ambi@samba.org>
Fri, 20 May 2011 12:17:36 +0000 (14:17 +0200)
committerChristian Ambach <ambi@samba.org>
Fri, 20 May 2011 14:18:24 +0000 (16:18 +0200)
commitdf650fa8cf4954245eced7eccb26388c24acee82
tree553015f9115b890295578cc9c4a802d7a2706884
parent8a2eff871f990aaaf1e11b333035097f5e6d3268
s3:smbd remove unused code

in the early CTDB days, the RELEASE_IP message was defined
and some code was added to react on such a message to make
smbd exit if the IP address it was using for the server socket
is removed by CTDB.
Later, it was discovered that we need to stop smbd immediately
and logic was added to ctdb_conn to call release_ip() without
going through the messaging system.

So this code is not used and can be removed

Autobuild-User: Christian Ambach <ambi@samba.org>
Autobuild-Date: Fri May 20 16:18:24 CEST 2011 on sn-devel-104
source3/librpc/idl/messaging.idl
source3/smbd/process.c