]> git.tuebingen.mpg.de Git - paraslash.git/commit
client: Remove client_recv_buffer().
authorAndre Noll <maan@systemlinux.org>
Tue, 24 Jul 2012 06:11:24 +0000 (08:11 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 1 Apr 2013 02:19:28 +0000 (02:19 +0000)
commit243e312286c1dd14cca22e96a9e6882eb95152b0
treeb4d09440541cf601163025f21c54cccabb26a701
parent277ed4a605f68118aff9e671f16c0ac6edb1d55a
client: Remove client_recv_buffer().

After the cleanup of the previous patch, only a single caller of
this function remains. It calls client_recv_buffer() when the client
state is CL_CONNECTED, in which case the function is just a wrapper
for read_nonblock(). So we may as well call read_nonblock() directly
and get rid of client_recv_buffer().
client_common.c