Remove redundant tls secured function

This commit is contained in:
James Booth
2016-05-06 02:18:31 +01:00
parent c009144b3d
commit 81e95966cf
12 changed files with 14 additions and 22 deletions

View File

@@ -472,7 +472,7 @@ cons_check_version(gboolean not_available_msg)
}
void
cons_show_login_success(ProfAccount *account, int secured)
cons_show_login_success(ProfAccount *account, gboolean secured)
{
ProfWin *console = wins_get_console();
win_vprint(console, '-', 0, NULL, NO_EOL, 0, "", "%s logged in successfully, ", account->jid);