]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix a use-without init buf in recv.c.
authorAndre Noll <maan@systemlinux.org>
Sat, 15 Nov 2008 22:35:36 +0000 (23:35 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 15 Nov 2008 22:35:36 +0000 (23:35 +0100)
commite10e01c82d08f58b16ea28508bc86e68528a6aa3
tree8ef54ef5e82ce8b0233b108ddf77b4466feedf0d
parent1e858b078e3d7870176fabc0d69eaccf9711bcb3
Fix a use-without init buf in recv.c.

We need to init not only the receiver task but also the stdout task structure.
recv.c