mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
Actually print the port we are listening too when specified verbose mode.
PR: 29725 Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
This commit is contained in:
parent
5de3d8b11f
commit
41c6cb53dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94130
@ -99,7 +99,7 @@ init_servconnection(void)
|
||||
perror("bind socket");
|
||||
exit(1);
|
||||
}
|
||||
if (verbose) printf("simple_httpd\n",http_port);
|
||||
if (verbose) printf("simple_httpd:%d\n",http_port);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user