Fix timestamp removal with -k/-K
This commit is contained in:
@@ -647,7 +647,7 @@ remove_timestamp(int remove)
|
|||||||
|
|
||||||
status = timestamp_status(timestampdir, timestampfile, user_name,
|
status = timestamp_status(timestampdir, timestampfile, user_name,
|
||||||
TS_REMOVE);
|
TS_REMOVE);
|
||||||
if (status == TS_OLD || status == TS_CURRENT) {
|
if (status != TS_MISSING && status != TS_ERROR) {
|
||||||
path = timestampfile ? timestampfile : timestampdir;
|
path = timestampfile ? timestampfile : timestampdir;
|
||||||
if (remove) {
|
if (remove) {
|
||||||
if (timestampfile)
|
if (timestampfile)
|
||||||
|
Reference in New Issue
Block a user