summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/smbw.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-20 06:45:18 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-20 06:45:18 +0000
commit72bce217ef474f056d8f6675667ec78d1772ff37 (patch)
tree2f234712b273ae08a3a0f02fa2e45f1e6fd2e812 /source/smbwrapper/smbw.c
parentfacd8d74e0cd0998ca5347ac5be14a6027460699 (diff)
downloadsamba-72bce217ef474f056d8f6675667ec78d1772ff37.tar.gz
samba-72bce217ef474f056d8f6675667ec78d1772ff37.tar.xz
samba-72bce217ef474f056d8f6675667ec78d1772ff37.zip
removed setenv(), replaced with smbw_setenv()
Diffstat (limited to 'source/smbwrapper/smbw.c')
-rw-r--r--source/smbwrapper/smbw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbwrapper/smbw.c b/source/smbwrapper/smbw.c
index e43910c1945..23b5c9a9c7b 100644
--- a/source/smbwrapper/smbw.c
+++ b/source/smbwrapper/smbw.c
@@ -38,6 +38,7 @@ int smbw_busy=0;
/* needs to be here because of dumb include files on some systems */
int creat_bits = O_WRONLY|O_CREAT|O_TRUNC;
+
/*****************************************************
initialise structures
*******************************************************/