blob: ca09cc844035424b3b9e3d0fab3d73a2ba76ea9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- src/s_conf.c 2011-11-05 02:25:24.000000000 -0700
+++ src/s_conf.c 2011-11-28 10:21:38.000000000 -0800
@@ -9652,7 +9652,7 @@
{
char *urlfile = url_getfilename(url);
char *file_basename = unreal_getfilename(urlfile);
- char *tmp = unreal_mktemp("tmp", file_basename);
+ char *tmp = unreal_mktemp("%%RUNDIR%%/tmp", file);
free(urlfile);
if (cached)
|