diff options
| author | Stef Walter <stef@memberwebs.com> | 2006-01-27 01:03:10 +0000 | 
|---|---|---|
| committer | Stef Walter <stef@memberwebs.com> | 2006-01-27 01:03:10 +0000 | 
| commit | f5392b67b4a22cf3bbb42b5914b419e71b4fe858 (patch) | |
| tree | f02ab7a71760ae2e18ffec9329259e7d519ed604 /daemon | |
| parent | 289276a4374ed716e31fb21753a2dd563a7342e3 (diff) | |
Turn TODO's into tickets and take out bad TODOs.
Diffstat (limited to 'daemon')
| -rw-r--r-- | daemon/config.c | 2 | ||||
| -rw-r--r-- | daemon/rrd-update.c | 2 | ||||
| -rw-r--r-- | daemon/rrdbotd.c | 1 | 
3 files changed, 0 insertions, 5 deletions
| diff --git a/daemon/config.c b/daemon/config.c index ca64514..3d7814d 100644 --- a/daemon/config.c +++ b/daemon/config.c @@ -45,8 +45,6 @@  #include "stringx.h"  #include "rrdbotd.h" -/* TODO: Put file names in all the parsing error messages */ -  /*   * These routines parse the configuration files and setup the in memory   * data structures. They're mostly run before becoming a daemon, and just diff --git a/daemon/rrd-update.c b/daemon/rrd-update.c index b4be997..d088e07 100644 --- a/daemon/rrd-update.c +++ b/daemon/rrd-update.c @@ -110,8 +110,6 @@ void rb_rrd_update(rb_poller *poll)      optind = 0;      opterr = 0; -    /* TODO: We need support for @ to specify when these values occurred */ -      argv[0] = "rrdupdate";      argv[1] = poll->rrdname;      argv[2] = "-t"; diff --git a/daemon/rrdbotd.c b/daemon/rrdbotd.c index f9952bb..8ee9c1c 100644 --- a/daemon/rrdbotd.c +++ b/daemon/rrdbotd.c @@ -42,7 +42,6 @@  #include <stdarg.h>  #include <syslog.h> -/* TODO: Abstract these headers away nicely */  #include <bsnmp/asn1.h>  #include <bsnmp/snmp.h> | 
