summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-23 01:27:23 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-23 01:27:23 +0000
commit517806e676cdfa43c12e822afd3609dfb1ebe3cb (patch)
tree42d8bad3da4db3d11ef904838b56b81f6fa8ad82 /source3/smbwrapper/smbw.h
parentd6ad9474b297e900bc3b7576f3b968b0eb70cae4 (diff)
downloadsamba-517806e676cdfa43c12e822afd3609dfb1ebe3cb.tar.gz
samba-517806e676cdfa43c12e822afd3609dfb1ebe3cb.tar.bz2
samba-517806e676cdfa43c12e822afd3609dfb1ebe3cb.zip
fixed problems with PWD - we no longer use the PWD env variable
instead the shared variable area is used. this fixes problems with /bin/sh under solaris (This used to be commit 4eb7b5c6a81447755dfa1be27479027333ed6f26)
Diffstat (limited to 'source3/smbwrapper/smbw.h')
-rw-r--r--source3/smbwrapper/smbw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h
index 8de5b5776a..7241f8b3c5 100644
--- a/source3/smbwrapper/smbw.h
+++ b/source3/smbwrapper/smbw.h
@@ -28,8 +28,6 @@
#define SMBW_FILE_MODE (S_IFREG | 0444)
#define SMBW_DIR_MODE (S_IFDIR | 0555)
-#define SMBW_PWD_ENV "PWD"
-
struct smbw_server {
struct smbw_server *next, *prev;
struct cli_state cli;