X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Frbl.c;h=416f2221cf30dbddef1690ed1f51a9c513bccafa;hb=9cc886da4800f588e2b4530a87694b75e31d38f5;hp=c118f151d1a276e6bce3d7d31b88419a08705a7c;hpb=09cd9ac733c72efbd4f0b7ca90f2e2ccc60d2c07;p=apps%2Fpfixtools.git diff --git a/common/rbl.c b/common/rbl.c index c118f15..416f222 100644 --- a/common/rbl.c +++ b/common/rbl.c @@ -111,10 +111,7 @@ static void rbl_callback(void *arg, int err, struct ub_result *result) *context->result = RBL_FOUND; } if (context->call != NULL) { - debug("calling callback"); context->call(context->result, context->data); - } else { - debug("no callback defined"); } ub_resolve_free(result); rbl_context_release(context);