diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:21:08 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:21:08 -0500 |
commit | 064796ea8652a8581417737fa835f2dccb4358a0 (patch) | |
tree | 5582e62d96cc8214968cc8090dc450eb6ce896c7 | |
parent | 492e5c38fa1a5e42b4ad43c1daf119cfdedbc252 (diff) |
added a comment
-rw-r--r-- | device-functions.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/device-functions.c b/device-functions.c index 516bbc9..1fe6c56 100644 --- a/device-functions.c +++ b/device-functions.c @@ -4649,6 +4649,9 @@ int change_password (gchar *old_password, gchar *new_password) { gboolean old_valid = TRUE; + // user = admin + // (always) + // Skip password check if the supplied old_password is NULL. This // only happens when resetting the password to the default. if (old_password != NULL) { |