Changeset 11243


Ignore:
Timestamp:
Sep 21, 2010, 4:26:48 PM (13 years ago)
Author:
charles
Message:

(trunk libT) #3571 "Torrent done script clears important env vars" -- fixed.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r11143 r11243  
    105105AC_HEADER_TIME
    106106
    107 AC_CHECK_FUNCS([iconv_open pread pwrite lrintf strlcpy daemon dirname basename strcasecmp localtime_r fallocate64 posix_fallocate memmem strtold syslog valloc getpagesize posix_memalign clearenv])
     107AC_CHECK_FUNCS([iconv_open pread pwrite lrintf strlcpy daemon dirname basename strcasecmp localtime_r fallocate64 posix_fallocate memmem strtold syslog valloc getpagesize posix_memalign])
    108108AC_PROG_INSTALL
    109109AC_PROG_MAKE_SET
  • trunk/libtransmission/torrent.c

    r11226 r11243  
    18301830        const time_t now = tr_time( );
    18311831
    1832 #ifdef HAVE_CLEARENV
    1833         clearenv( );
    1834 #endif
    1835 
    18361832        tr_setenv( "TR_APP_VERSION", SHORT_VERSION_STRING, 1 );
    18371833
Note: See TracChangeset for help on using the changeset viewer.