CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/10/20 23:43:41
Modified files:
usr.bin/aucat : sock.c
Log message:
when freeing buffers (i.e. when sio_stop() is called on client side),
clear the ``tickpending'' flag to avoid sending ticks corresponding
to non existent buffers (which in turn confuses clients).
found and analysed by jakemsr@
