Skip to content

Commit af09003

Browse files
committed
Merge branch 'jc/lock-report-on-error'
* jc/lock-report-on-error: lockfile: move REPORT_ON_ERROR bit elsewhere
2 parents 58fcd54 + b22d748 commit af09003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lockfile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ struct lock_file {
137137
* ... this flag can be passed instead to return -1 and give the usual
138138
* error message upon an error.
139139
*/
140-
#define LOCK_REPORT_ON_ERROR 2
140+
#define LOCK_REPORT_ON_ERROR 4
141141

142142
/*
143143
* Usually symbolic links in the destination path are resolved. This

0 commit comments

Comments
 (0)