From 064796ea8652a8581417737fa835f2dccb4358a0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 19:21:08 -0500 Subject: added a comment --- device-functions.c | 3 +++ 1 file changed, 3 insertions(+) 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) { -- cgit