mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 16:50:16 +01:00
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:
parent
bcbf96cf7f
commit
3b9eccd1bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue