libpurple/protocols/silc/silc.c

changeset 27879
f53273ef4e7e
parent 27635
0cd19038c417
child 28981
4e3922ab4844
child 34022
c49f6e9ea27d
equal deleted inserted replaced
27877:398468a9819f 27879:f53273ef4e7e
533 purple_account_request_password(account, G_CALLBACK(silcpurple_got_password_cb), 533 purple_account_request_password(account, G_CALLBACK(silcpurple_got_password_cb),
534 G_CALLBACK(silcpurple_no_password_cb), gc); 534 G_CALLBACK(silcpurple_no_password_cb), gc);
535 return; 535 return;
536 } 536 }
537 purple_connection_error_reason(gc, PURPLE_CONNECTION_ERROR_OTHER_ERROR, 537 purple_connection_error_reason(gc, PURPLE_CONNECTION_ERROR_OTHER_ERROR,
538 _("Unable to not load SILC key pair")); 538 _("Unable to load SILC key pair"));
539 gc->proto_data = NULL; 539 gc->proto_data = NULL;
540 silc_free(sg); 540 silc_free(sg);
541 return; 541 return;
542 } 542 }
543 silcpurple_continue_running(sg); 543 silcpurple_continue_running(sg);

mercurial