]> git.pond.sub.org Git - empserver/commit
(player_init): Fix initialization of sin. Some systems have a member
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 22 Oct 2005 10:23:20 +0000 (10:23 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 22 Oct 2005 10:23:20 +0000 (10:23 +0000)
commitc4c46190bf7f8e56baf2f210ccfa15073a5811e1
treee0a6f0424e59618ccf2503f79cfbd5a04c1ee711
parente24ade039f490058d21645375ff10e22e87bd4a8
(player_init): Fix initialization of sin.  Some systems have a member
sin_zero and choke when it's not zeroed.  INADDR_ANY wasn't converted
to network byte order, but since it's zero, the bug couldn't bite.
src/lib/player/accept.c