summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-21 09:11:19 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-21 09:11:19 +0000
commited484d4501e855f467ce2b3cfa63855acfe5e516 (patch)
tree65388069d118a0914303d85353c5d5ae9b04f30f
parentb22fa0d7e3d1158112e03f93a22232e719fe6003 (diff)
downloadsamba-ed484d4501e855f467ce2b3cfa63855acfe5e516.tar.gz
get rid of the KEEP_PASSWORD_SERVER_OPEN define
-rw-r--r--source/include/local.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/local.h b/source/include/local.h
index 97857727c74..a218dd8fc67 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -147,10 +147,6 @@
/* shall we support browse requests via a FIFO to nmbd? */
#define ENABLE_FIFO 1
-/* keep the password server open, this uses up a aocket, but is needed
- by many apps */
-#define KEEP_PASSWORD_SERVER_OPEN 1
-
/* how long to wait for a socket connect to happen */
#define LONG_CONNECT_TIMEOUT 30
#define SHORT_CONNECT_TIMEOUT 5