Skip to content

Commit

Permalink
fix: severity field within gmp_authenticate_info_opts_t got deleted
Browse files Browse the repository at this point in the history
severity class got deleted within gmp_authenticate_info_opts_t; hence gsad
cannot use auth.severity within authentication.

This is just a fix gsad building the other occurences of severity should
be checked as well.
  • Loading branch information
nichtsfrei committed Sep 25, 2020
1 parent 19589eb commit fcf55ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gsad/src/gsad_gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16651,7 +16651,6 @@ authenticate_gmp (const gchar *username, const gchar *password, gchar **role,
auth_opts.username = username;
auth_opts.password = password;
auth_opts.role = role;
auth_opts.severity = severity;
auth_opts.timezone = timezone;
auth_opts.pw_warning = pw_warning;

Expand Down

0 comments on commit fcf55ea

Please sign in to comment.