Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/23/2000 22:27:53
Module Name:	basesrc
Committed By:	thorpej
Date:		Mon Apr 24 05:27:52 UTC 2000

Modified Files:
	basesrc/usr.sbin/dhcp/common: options.c

Log Message:
Fix a bug where a clause in the client configuration file like:

	default nis-domain "";

would cause a NULL pointer deref while writing out the lease into
the persistent database if the server didn't include an nis-domain
option in the reply.


To generate a diff of this commit:
cvs rdiff -r1.1.1.10 -r1.2 basesrc/usr.sbin/dhcp/common/options.c

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