style(9) requires a space here.

This commit is contained in:
Marcelo Araujo 2015-08-11 01:45:17 +00:00
parent e5763f0069
commit 006bf8a619
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286611

View File

@ -123,7 +123,7 @@ main(int argc, char *argv[])
sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
while ((c = getopt(argc, argv, "h:d:")) != -1)
switch(c) {
switch (c) {
case 'd':
domainname = optarg;
break;