Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/27/2002 22:09:08
Module Name:	syssrc
Committed By:	christos
Date:		Sat Jul 27 19:09:08 UTC 2002

Modified Files:
	syssrc/sys/net: if_spppsubr.c

Log Message:
Use strcmp() instead of memcmp() because if we get passed a 0 length name
and secret, we'll authenticate successfully! While there, rename passwd to
secret so that code looks nicer.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/net/if_spppsubr.c

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