projects
/
rrdtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed65aba
)
src/rrd_daemon.c: Fix vim `folding'.
author
Florian Forster
<octo@leeloo.home.verplant.org>
Sun, 14 Sep 2008 07:55:54 +0000
(09:55 +0200)
committer
Florian Forster
<octo@leeloo.home.verplant.org>
Sun, 14 Sep 2008 07:55:54 +0000
(09:55 +0200)
src/rrd_daemon.c
patch
|
blob
|
history
diff --git
a/src/rrd_daemon.c
b/src/rrd_daemon.c
index
abb2ace
..
0fd0fab
100644
(file)
--- a/
src/rrd_daemon.c
+++ b/
src/rrd_daemon.c
@@
-1173,7
+1173,7
@@
static int handle_request_wrote (int fd __attribute__((unused)), /* {{{ */
pthread_mutex_unlock(&cache_lock);
return (0);
-}
+}
/* }}} int handle_request_wrote */
/* if fd < 0, we are in journal replay mode */
static int handle_request (int fd, char *buffer, size_t buffer_size) /* {{{ */