diff -r 6260f39c7c65 -r 6f7bbd42d36c libpurple/protocols/zephyr/ZCkAuth.c --- a/libpurple/protocols/zephyr/ZCkAuth.c Sun Nov 22 01:44:50 2020 -0600 +++ b/libpurple/protocols/zephyr/ZCkAuth.c Mon Nov 23 01:41:50 2020 -0600 @@ -16,7 +16,6 @@ If it doesn't look authentic, return 0 When not using Kerberos, return true if the notice claims to be authentic. - Only used by clients; the server uses its own routine. */ Code_t ZCheckAuthentication(ZNotice_t *notice, struct sockaddr_in *from)