summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-19 01:03:00 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-19 01:03:00 +0000
commitf08565a83429df92e42935dc9977436f59b03845 (patch)
treefec569c3487deb5884e0c87d9ba534d73b88eed8 /source3/smbwrapper/smbw.h
parentf52b898a63e8474c360dd2061447c11cbbe34831 (diff)
downloadsamba-f08565a83429df92e42935dc9977436f59b03845.tar.gz
samba-f08565a83429df92e42935dc9977436f59b03845.tar.bz2
samba-f08565a83429df92e42935dc9977436f59b03845.zip
- don't use env variables for passwords and usernames (yeah!)
- added a shared variable area based on a unlinked open file, and implement a general get/set interface to it - cache hostname lookups and master ip lookups in shared variable area (This used to be commit 279cbe69efd75450113d2da0da5e67b29f3702b1)
Diffstat (limited to 'source3/smbwrapper/smbw.h')
-rw-r--r--source3/smbwrapper/smbw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h
index b0cf2dc2e1..8de5b5776a 100644
--- a/source3/smbwrapper/smbw.h
+++ b/source3/smbwrapper/smbw.h
@@ -30,7 +30,6 @@
#define SMBW_PWD_ENV "PWD"
-
struct smbw_server {
struct smbw_server *next, *prev;
struct cli_state cli;