diff --git a/src/server/slave.c b/src/server/slave.c --- a/src/server/slave.c +++ b/src/server/slave.c @@ -115,7 +115,7 @@ int gotframe; // set this to 1 after dat int busy = 0; // Client business 1=busy 0=idle -char *outputpath = DATAPATH "/stor/jobdata/output.jpg"; +char *pathtoOutput; char *urltoTar; // Full URL to the server-side location of job#.tgz @@ -133,7 +133,7 @@ char *pathtoJobfile; // Full path to the _distren_asprintf(&pathtoTar, DATAPATH "/stor/jobdata/job%d.tgz", jobnum); // Prepares destination to save to _distren_asprintf(&pathtoJobfile, DATAPATH "%s/job.blend", jobdatapath ); // Prepares the path to the jobfile - + = DATAPATH "/stor/jobdata/output.jpg"; // Download the data