mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-09 22:25:30 +00:00
Remove unreachable condition in authentication dialog
This commit is contained in:
parent
760a503f8e
commit
d496a4091a
@ -63,7 +63,7 @@ virt_viewer_auth_collect_credentials(const char *type,
|
||||
message = g_strdup_printf("Authentication is required for the %s connection to:\n\n"
|
||||
"<b>%s</b>\n\n",
|
||||
type,
|
||||
address ? address : "[unknown]");
|
||||
address);
|
||||
} else {
|
||||
message = g_strdup_printf("Authentication is required for the %s connection:\n",
|
||||
type);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user