diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-21 09:11:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-21 09:11:19 +0000 |
commit | ac219021786268533540009b8d8598f87568338f (patch) | |
tree | e397018ea872870d9750d97e4d19d85d8e9ffb74 /source3 | |
parent | ea92c8d3f1acb87426e0fa21568cfce433d9c838 (diff) | |
download | samba-ac219021786268533540009b8d8598f87568338f.tar.gz samba-ac219021786268533540009b8d8598f87568338f.tar.xz samba-ac219021786268533540009b8d8598f87568338f.zip |
get rid of the KEEP_PASSWORD_SERVER_OPEN define
(This used to be commit ed484d4501e855f467ce2b3cfa63855acfe5e516)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/local.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index 97857727c7..a218dd8fc6 100644 --- a/source3/include/local.h +++ b/source3/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 |