mux 2006-02-18 01:07:57 UTC
FreeBSD projects repository
Modified files:
csup mux.c
Log:
Remove two redundant printf()'s that I didn't remove when introducing
mux_shutdown(). If read() returns 0 (shouldn't happen with a socket,
but well...), set errno to ECONNRESET.
Revision Changes Path
1.65 +3 -5 projects/csup/mux.c