aqhome-cgi: fixed ids of created roles (now start with 1).

This commit is contained in:
Martin Preuss
2026-04-18 16:15:42 +02:00
parent e5f9be1bff
commit cc3c9dbd57
5 changed files with 10 additions and 7 deletions

View File

@@ -170,7 +170,7 @@ int _saveUser(AQH_SERVICE *sv, AQH_USER *user)
return rv;
}
//_logGroup(AQH_SERVICE_FILE_GROUP_USERS, s, db);
/*_logGroup(AQH_SERVICE_FILE_GROUP_USERS, s, db);*/
rv=_saveGroupLocked(sv, AQH_SERVICE_FILE_GROUP_USERS, s, db);
if (rv<0) {