]> git.tuebingen.mpg.de Git - paraslash.git/commit
net: Pass true/false instead of 0/1 to makesock().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Sep 2022 21:57:54 +0000 (23:57 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 3 Oct 2022 20:53:49 +0000 (22:53 +0200)
commitd7d3f53df792e6f49b1c7c46af9460a2dc0e44be
tree960d333a499179f9e259532d1308259439937b78
parent05e4b3cc4504b19cdba83bab94c03f5c67c78658
net: Pass true/false instead of 0/1 to makesock().

The function receives a boolean argument, after all.
dccp_recv.c
net.c
net.h
udp_recv.c