aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/rxhandlers.c
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2017-01-07 18:52:57 +0100
committerMarius Halden <marius.h@lden.org>2017-01-07 18:52:57 +0100
commit52ac0e03b0e69f43f6556a568bf82dabf3e5e4f0 (patch)
tree33172cdc77f9eb2bbb357533535a8477192e630e /protocols/oscar/rxhandlers.c
parentefaa514039a4b907e2c5c6309295c66b27b1f691 (diff)
parent3b8e4be6374cf43d15957ac255ebf2df14fe4c50 (diff)
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/oscar/rxhandlers.c')
-rw-r--r--protocols/oscar/rxhandlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/rxhandlers.c b/protocols/oscar/rxhandlers.c
index 0f1bb3d7..156563eb 100644
--- a/protocols/oscar/rxhandlers.c
+++ b/protocols/oscar/rxhandlers.c
@@ -235,7 +235,7 @@ int aim_conn_addhandler(aim_session_t *sess, aim_conn_t *conn, guint16 family, g
struct aim_rxcblist_s *newcb;
g_return_val_if_fail(conn, -1);
- g_return_val_if_fail(checkdisallowed(family, type), -1);
+ g_return_val_if_fail(!checkdisallowed(family, type), -1);
if (!(newcb = (struct aim_rxcblist_s *) g_new0(struct aim_rxcblist_s, 1))) {
return -1;