mirror of
https://github.com/bstansell/conserver.git
synced 2025-02-02 00:37:57 +00:00
clean up warning re: unsigned short vs int
This commit is contained in:
parent
f84e82a8d7
commit
b24257e79a
@ -1768,7 +1768,7 @@ main(int argc, char **argv)
|
||||
# if USE_IPV6
|
||||
config->primaryport,
|
||||
# elif USE_UNIX_DOMAIN_SOCKETS
|
||||
0,
|
||||
(unsigned short)0,
|
||||
# else
|
||||
bindPort,
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user