[rrd-developers] [PATCH] rrdcached: Handle journal replay in socket_permission_check().
Sebastian Harl
sh at tokkee.org
Sat Oct 3 23:19:48 CEST 2009
In this case, the permission check is by-passed, basically.
---
program/src/rrd_daemon.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/program/src/rrd_daemon.c b/program/src/rrd_daemon.c
index 0422389..81c58e1 100644
--- a/program/src/rrd_daemon.c
+++ b/program/src/rrd_daemon.c
@@ -1673,6 +1673,9 @@ static int socket_permission_check (listen_socket_t *sock, /* {{{ */
{
ssize_t i;
+ if (sock == NULL) /* journal replay */
+ return (1);
+
if (cmd == NULL)
return (-1);
--
1.6.5.rc2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.oetiker.ch/pipermail/rrd-developers/attachments/20091003/58445650/attachment.pgp
More information about the rrd-developers
mailing list