]> Sergey Matveev's repositories - public-inbox.git/commitdiff
recv_cmd: do not undef recvmsg buffer arg on errors
authorEric Wong <e@80x24.org>
Wed, 23 Mar 2022 08:54:34 +0000 (08:54 +0000)
committerEric Wong <e@80x24.org>
Wed, 23 Mar 2022 18:39:02 +0000 (18:39 +0000)
It's a waste of ops and cycles, and inconsistent with perl
sysread() behavior which doesn't touch the supplied buffer on
errors.


No differences found