CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/01/23 05:17:48
Modified files: usr.sbin/iscsid: pdu.c Log message: Make sure that text_to_bool and text_to_digest return with errstrp set to NULL on success. The caller of these functions depends on this. OK semarie@