chiark / gitweb /
prefork: Remove a wrong check
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 Jul 2022 11:44:47 +0000 (12:44 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Aug 2022 20:21:10 +0000 (21:21 +0100)
commitbed8c01a107d494e35578bcaeb6c4d374405d00c
tree0daa03579aaa15b500db2d7e3397918404ac6ac5
parent28b82dd8d9cb6acb9d426eddf2205ac90c1f7c7b
prefork: Remove a wrong check

This is just not true at all.  Perhaps it was to check for malloc
failure?  Anyway, split_argv comes from split_argv and shbang_opts
never sets it to zero.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
cprogs/prefork.c