Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
clsync
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2014-05-30 04:30:39 +0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6adb97dd44e4af2e1d9daa203d799b01d5056560
6adb97dd
1 parent
e19f2ffd
Removed extra lock
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
mon_bsm.c
mon_bsm.c
View file @
6adb97d
...
...
@@ -190,7 +190,6 @@ int bsm_config_backup(mondata_t *mondata) {
return
-
1
;
}
flock
(
fd
,
LOCK_EX
);
debug
(
3
,
"mv: "
AUDIT_CONTROL_PATH
" -> "
AUDIT_CONTROL_PATH
"-clsync_backup"
);
rename
(
AUDIT_CONTROL_PATH
,
AUDIT_CONTROL_PATH
"-clsync_backup"
);
...
...
Please
register
or
login
to post a comment