From ebc988a4cc4174a750233f0cfd40a81416ae2f9d Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Wed, 15 Apr 2009 21:39:00 +0000 Subject: [PATCH] Resource PLCI, suppress shown while activating line plci error message --- chan_capi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chan_capi.c b/chan_capi.c index d48d651..e704f9a 100644 --- a/chan_capi.c +++ b/chan_capi.c @@ -791,7 +791,7 @@ static int local_queue_frame(struct capi_pvt *i, struct ast_frame *f) } if (i->writerfd == -1) { - if (i->resource_plci_type == 0 || (i->line_plci == 0 && i->data_plci == 0)) { + if (i->resource_plci_type == 0) { cc_log(LOG_ERROR, "No writerfd in local_queue_frame for %s\n", i->vname); return -1;