Code

with libwrap use 'rrdcached' as the name of our daemon and not just rrdcache
[rrdtool-all.git] / program / src / rrd_daemon.c
index 2eb69301d179f8b5653ed599c3f99d80d4c7eb94..9ecd39fb1d694498282627b4380b8c70b9e75b28 100644 (file)
@@ -2654,7 +2654,7 @@ static void *connection_thread_main (void *args) /* {{{ */
      getting overwritten by another thread.
   */
   struct request_info req;
-  request_init(&req, RQ_DAEMON, "rrdcache\0", RQ_FILE, fd, NULL );
+  request_init(&req, RQ_DAEMON, "rrdcached\0", RQ_FILE, fd, NULL );
   fromhost(&req);
   if(!hosts_access(&req)) {
     RRDD_LOG(LOG_INFO, "refused connection from %s", eval_client(&req));