From ae691c1d9382995ea7e28317f5c37023229c27ee Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 27 Jul 2015 22:36:36 -0400 Subject: hostname-util: get rid of unused parameter of hostname_cleanup() All users are now setting lowercase=false. --- src/journal/journalctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal') diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 073cc77711..d2c0a03ccb 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -1527,7 +1527,7 @@ static int setup_keys(void) { hn = gethostname_malloc(); if (hn) { - hostname_cleanup(hn, false); + hostname_cleanup(hn); fprintf(stderr, "\nThe keys have been generated for host %s/" SD_ID128_FORMAT_STR ".\n", hn, SD_ID128_FORMAT_VAL(machine)); } else fprintf(stderr, "\nThe keys have been generated for host " SD_ID128_FORMAT_STR ".\n", SD_ID128_FORMAT_VAL(machine)); -- cgit v1.2.3-54-g00ecf