diff options
-rw-r--r-- | modules/m_certfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_certfp.c b/modules/m_certfp.c index a63ae4b..e52f9f5 100644 --- a/modules/m_certfp.c +++ b/modules/m_certfp.c @@ -49,7 +49,7 @@ * - parv[1] = certificate fingerprint */ static int -ms_certfp(struct Client *source_p, struct Client *client_p, +ms_certfp(struct Client *client_p, struct Client *source_p, int parc, char *parv[]) { if (!IsClient(source_p)) |