X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.c;h=e13064771dcef9878bef79a3bf5bd289e4ded6ac;hb=2cea8075c666a6c6c7d6e1b4f95e1bee6f3803ac;hp=a93cc28675d51e0ef53adc7ed7f270cbe3c71791;hpb=e913f3f6b71b0ba4abd6aaf2202100a5cef48b75;p=collectd.git diff --git a/src/collectd.c b/src/collectd.c index a93cc286..e1306477 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -4,8 +4,7 @@ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -223,6 +222,8 @@ static int start_client (void) #if HAVE_LIBRRD static int start_server (void) { + /* FIXME */ +#if 0 char *host; char *type; char *instance; @@ -251,6 +252,7 @@ static int start_server (void) if (values != NULL) free (values); values = NULL; } +#endif return (0); } /* static int start_server (void) */ #endif /* HAVE_LIBRRD */