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-10-23 21:12:42 +0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
edcecac855a8b3ac2c7ac8d47581383c35c1b4ac
edcecac8
1 parent
ce590505
Fixed
https://github.com/xaionaro/clsync/issues/98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
mon_kqueue.c
mon_kqueue.c
View file @
edcecac
...
...
@@ -225,10 +225,6 @@ int kqueue_mark(ctx_t *ctx_p, monobj_t *obj_p) {
errno
=
EINVAL
;
return
-
1
;
}
if
(
tree_lookup
(
dat
->
file_btree
,
obj_p
)
!=
NULL
)
{
warning
(
"
\"
%s
\"
is already marked"
,
obj_p
->
name
);
return
0
;
}
#endif
debug
(
9
,
""
);
...
...
Please
register
or
login
to post a comment