diff --git a/main/callerid.c b/main/callerid.c index 4d493589cbde949b50479c989d412b7f994bd1c6..a0e13e5f2e3e790774ed4fe7e76d7a786696b7d8 100644 --- a/main/callerid.c +++ b/main/callerid.c @@ -621,7 +621,7 @@ int callerid_feed(struct callerid_state *cid, unsigned char *ubuf, int len, stru } break; case 5: /* Check checksum */ - if ((b + cid->cksum) & 0xff)) { + if ((b + cid->cksum) & 0xff) { ast_log(LOG_NOTICE, "Caller*ID failed checksum\n"); /* Try again */ cid->sawflag = 0;