From: Karel Zak Date: Wed, 7 Mar 2018 10:53:15 +0000 (+0100) Subject: uuidd: cosmetic coding style change X-Git-Tag: v2.32~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2446d0487fb7283ddbc9ed8f6e705476919303f9;p=thirdparty%2Futil-linux.git uuidd: cosmetic coding style change Signed-off-by: Karel Zak --- diff --git a/misc-utils/uuidd.c b/misc-utils/uuidd.c index ca2ae8cf7e..8b83d91c04 100644 --- a/misc-utils/uuidd.c +++ b/misc-utils/uuidd.c @@ -636,9 +636,8 @@ int main(int argc, char **argv) } } - if (strlen(socket_path) >= sizeof(((struct sockaddr_un *)0)->sun_path)) { + if (strlen(socket_path) >= sizeof(((struct sockaddr_un *)0)->sun_path)) errx(EXIT_FAILURE, _("socket name too long: %s"), socket_path); - } if (!no_pid && !pidfile_path) pidfile_path = UUIDD_PIDFILE_PATH;