Skip to content

Commit

Permalink
[CBRD-24215] Fix mis-used filename extension (#73)
Browse files Browse the repository at this point in the history
Fix filename error
  • Loading branch information
kisoo-han authored Apr 7, 2022
1 parent ab4bcf0 commit f6869c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/cm_job_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15022,7 +15022,7 @@ ts_ha_copylogdb (nvplist *req, nvplist *res, char *_dbmt_error)
}

make_temp_filepath (stdout_log_file, sco.dbmt_tmp_dir, "cmhacopylogdb_out", TS_HA_COPYLOGDB, PATH_MAX);
make_temp_filepath (stderr_log_file, sco.dbmt_tmp_dir, "cmhacopylogdb_out", TS_HA_COPYLOGDB, PATH_MAX);
make_temp_filepath (stderr_log_file, sco.dbmt_tmp_dir, "cmhacopylogdb_err", TS_HA_COPYLOGDB, PATH_MAX);

cmd_name[0] = '\0';
#if !defined (DO_NOT_USE_CUBRIDENV)
Expand Down

0 comments on commit f6869c1

Please sign in to comment.