]> git.tuebingen.mpg.de Git - paraslash.git/commit - recv_common.c
Don't set t->error in ->pre_select().
authorAndre Noll <maan@systemlinux.org>
Tue, 31 Dec 2013 17:20:24 +0000 (17:20 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 May 2014 13:36:37 +0000 (15:36 +0200)
commitb8290b7cad010552873c5e640e56dbe9c901dfb1
tree61215cd32b68f5449c94c8e0e37d8bbf944c605c
parentea189afd7b0883a6f222ed628420ed5bd25743d9
Don't set t->error in ->pre_select().

->pre_select() methods should never fail, and tasks should not
set this variable at all. It is ignored anyway when set there.
dccp_recv.c
filter_common.c
recv_common.c
wav_filter.c