Module Name: src Committed By: kre Date: Fri Dec 17 15:29:44 UTC 2021
Modified Files: src/usr.bin/mail: thread.c Log Message: Remove an unnecessary test for NULL (the same thing is done in the following lines) along with an incorrect return of nothing if it is found (the following version correctly returns NULL). Should unbreak build. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/mail/thread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.