pidgin/pidgin

Parents 487d13861ae4
Children 36c3c3cd2402
Fix an issue where Sametime's login method was updated for to return a connection but the function signature was missed

Testing Done:
Compiled and verified the warnings were gone.

Reviewed at https://reviews.imfreedom.org/r/1919/
--- a/libpurple/protocols/sametime/sametime.c Mon Oct 10 00:26:06 2022 -0500
+++ b/libpurple/protocols/sametime/sametime.c Mon Oct 10 00:27:32 2022 -0500
@@ -3522,7 +3522,7 @@
}
-static void
+static PurpleConnection *
mw_protocol_login(PurpleProtocol *protocol, PurpleAccount *account,
const char *password)
{