Fix check of username

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3571 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-04-17 12:34:14 +00:00
parent bcbf96cf7f
commit 3b9eccd1bc

View file

@ -223,7 +223,7 @@ get_credentials (char *username, char *password)
size_t len;
GError *err = NULL;
if (user && !password) {
if (username && !password) {
/* pppd is checking pap support; return 1 for supported */
return 1;
}