Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/11/1999 17:19:09
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Aug 12 00:19:09 UTC 1999

Modified Files:
	basesrc/usr.sbin/sendmail/src: queue.c

Log Message:
if, after building WorkList, it is NULL (because there are no entries), don't
bother trying to qsort() or traverse it.

noticed when the diagnostic assert()s in my copy of qsort() complained
about a NULL pointer...


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 basesrc/usr.sbin/sendmail/src/queue.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.