diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-02-24 11:16:27 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-02-24 11:16:27 +0000 |
commit | 0e6dbeb2737700ece2a4502a6edf094f4f26894c (patch) | |
tree | 8b16a97e57e12d974bd04be2b0a9dd1f5106ad48 | |
parent | eb64538dba772a9846c05e2712839dbaa12c39a1 (diff) | |
download | samba-0e6dbeb2737700ece2a4502a6edf094f4f26894c.tar.gz samba-0e6dbeb2737700ece2a4502a6edf094f4f26894c.tar.bz2 samba-0e6dbeb2737700ece2a4502a6edf094f4f26894c.zip |
typo
(This used to be commit a47dee787413daaf0b550a47bbd78125490c356e)
-rw-r--r-- | source3/smbwrapper/smbsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbwrapper/smbsh.c b/source3/smbwrapper/smbsh.c index 845d1d5606..2cbdc76de1 100644 --- a/source3/smbwrapper/smbsh.c +++ b/source3/smbwrapper/smbsh.c @@ -101,7 +101,7 @@ int main(int argc, char *argv[]) smbw_setshared(line, wd); slprintf(line,sizeof(line)-1,"%s/smbwrapper.so", libd); - etenv("LD_PRELOAD", line); + setenv("LD_PRELOAD", line); slprintf(line,sizeof(line)-1,"%s/smbwrapper.32.so", libd); |