summaryrefslogtreecommitdiff
path: root/daemon/rrdbotd.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/rrdbotd.c')
-rw-r--r--daemon/rrdbotd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemon/rrdbotd.c b/daemon/rrdbotd.c
index 94212b5..a9171e8 100644
--- a/daemon/rrdbotd.c
+++ b/daemon/rrdbotd.c
@@ -46,7 +46,6 @@
#include <bsnmp/asn1.h>
#include <bsnmp/snmp.h>
-#include "stringx.h"
#include "rrdbotd.h"
/* The default command line options */
@@ -172,7 +171,7 @@ rb_vmessage(int level, int err, const char* msg, va_list ap)
/* Cleanup the message a little */
strlcpy(buf, msg, MAX_MSGLEN);
- trim_end(buf);
+ stretrim(buf);
if(err)
{