mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warning
SVN revision: 2371
This commit is contained in:
parent
1c8d2f60ac
commit
8098de8384
@ -8506,8 +8506,8 @@ BOOL get_password_file(LOGBOOK * lbs, char *file_name, int size)
|
||||
|
||||
void show_change_pwd_page(LOGBOOK * lbs)
|
||||
{
|
||||
char str[256], config[256], old_pwd[256], new_pwd[256], new_pwd2[256], act_pwd[256], user[256],
|
||||
full_user[256], auth[32], error_str[256];
|
||||
char str[256], config[256], old_pwd[256], new_pwd[256], new_pwd2[256], user[256],
|
||||
auth[32], error_str[256];
|
||||
int wrong_pwd;
|
||||
|
||||
getcfg(lbs->name, "Authentication", auth, sizeof(auth));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user