Remove unreachable condition in authentication dialog

This commit is contained in:
Pavel Raiskup 2011-08-03 09:19:47 +02:00 committed by Daniel P. Berrange
parent 760a503f8e
commit d496a4091a

View File

@ -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);