]> git.ozlabs.org Git - ppp.git/commitdiff
Make pppd use blank username/password when explicitly specified
authorPaul Mackerras <paulus@samba.org>
Sun, 15 Jun 2008 06:53:06 +0000 (06:53 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 15 Jun 2008 06:53:06 +0000 (06:53 +0000)
Patch from Jon Dubovsky.

Previously pppd would use its default strategies for working out a
username and password/secret to use if the user gave the empty string
to the user and/or password options.  Now we set a flag when an
explicit username is given, and don't do the default username
calculation if the flag is set.  Similarly for the password.


No differences found