]> git.samba.org - samba.git/commitdiff
don't use SMBW_PWD_ENV any more
authorAndrew Tridgell <tridge@samba.org>
Fri, 23 Oct 1998 01:29:38 +0000 (01:29 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 23 Oct 1998 01:29:38 +0000 (01:29 +0000)
source/smbwrapper/smbw_dir.c

index 543a7a77ba20de2691de62b1982891fb6a7cc08b..d374d5f1790a62fb7f2e9b7e2d492acfa22e1153 100644 (file)
@@ -415,9 +415,6 @@ int smbw_chdir(const char *name)
        DEBUG(4,("set SMBW_CWD to %s\n", cwd));
 
        pstrcpy(smbw_cwd, cwd);
-       if (smbw_setenv(SMBW_PWD_ENV, smbw_cwd)) {
-               DEBUG(4,("setenv failed\n"));
-       }
 
        smbw_busy--;
        return 0;