From 89edd962019d0fd39b90372138f724254b77c55e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 9 Apr 2010 22:24:31 +0200 Subject: [PATCH] pinba plugin: Looked up the default port on the Pinba homepage. --- src/pinba.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pinba.c b/src/pinba.c index a00720f1..ee790ff5 100644 --- a/src/pinba.c +++ b/src/pinba.c @@ -43,11 +43,11 @@ #endif #ifndef PINBA_DEFAULT_NODE -# define PINBA_DEFAULT_NODE "127.0.0.1" /* FIXME */ +# define PINBA_DEFAULT_NODE "::0" #endif #ifndef PINBA_DEFAULT_SERVICE -# define PINBA_DEFAULT_SERVICE "12345" /* FIXME */ +# define PINBA_DEFAULT_SERVICE "30002" #endif #ifndef PINBA_MAX_SOCKETS -- 2.11.0