]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
completion of the commit from revision 4305
authorMichael Jerris <mike@jerris.com>
Sat, 17 Feb 2007 06:22:47 +0000 (06:22 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 17 Feb 2007 06:22:47 +0000 (06:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4307 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index 6eb84ea84b29c9f1f61aeacc5b2be236a0e927a5..2e3aac8d9a4bd52f59532a2d61961a089b7b64b3 100644 (file)
@@ -4007,7 +4007,7 @@ SWITCH_DECLARE(void) switch_core_set_globals(void)
 #else
 #ifdef WIN32
        GetTempPath(dwBufSize, lpPathBuffer);
-       if (!SWITCH_GLOBAL_dirs.temp_dir && (SWITCH_GLOBAL_dirs.htdocs_dir = (char *) malloc(BUFSIZE))) {
+       if (!SWITCH_GLOBAL_dirs.temp_dir && (SWITCH_GLOBAL_dirs.temp_dir = (char *) malloc(BUFSIZE))) {
                snprintf(SWITCH_GLOBAL_dirs.temp_dir, BUFSIZE, "%s", lpPathBuffer);
        }
 #else