X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fascent.c;h=6240e31960d0b6ad5f48a0aa8289fc603bf5e23d;hb=950876683f3b214072e9295cee21999ed726cd83;hp=4006eb0584cdfabb839f042650eb4b3faaa17316;hpb=43d22c19485997e82d28a9ed7ba17965882dc27f;p=collectd.git diff --git a/src/ascent.c b/src/ascent.c index 4006eb05..6240e319 100644 --- a/src/ascent.c +++ b/src/ascent.c @@ -500,7 +500,7 @@ static int ascent_init(void) /* {{{ */ int status; status = ssnprintf(credentials, sizeof(credentials), "%s:%s", user, - (pass == NULL) ? "" : pass); + (pass == NULL) ? "" : pass); if ((status < 0) || ((size_t)status >= sizeof(credentials))) { ERROR("ascent plugin: ascent_init: Returning an error because the " "credentials have been truncated.");