From owner-cvs-src@FreeBSD.ORG Thu Jul 31 02:13:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7374C37B401; Thu, 31 Jul 2003 02:13:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CFE843F85; Thu, 31 Jul 2003 02:13:23 -0700 (PDT) (envelope-from hm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V9DM0U036374; Thu, 31 Jul 2003 02:13:22 -0700 (PDT) (envelope-from hm@repoman.freebsd.org) Received: (from hm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V9DMUw036373; Thu, 31 Jul 2003 02:13:22 -0700 (PDT) Message-Id: <200307310913.h6V9DMUw036373@repoman.freebsd.org> From: Hellmuth Michaelis Date: Thu, 31 Jul 2003 02:13:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/i4b/isdnd support.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 09:13:24 -0000 hm 2003/07/31 02:13:22 PDT FreeBSD src repository Modified files: usr.sbin/i4b/isdnd support.c Log: Fix bug in find_matching_entry_incoming(): the loop checking the allowed incoming remote telephone numbers and subaddresses ignored the configured list completely since it was always terminated by a break at the end of the first run (which was a leftover from the implementation of subaddresses). Submitted by: Christian Ullrich Revision Changes Path 1.16 +27 -24 src/usr.sbin/i4b/isdnd/support.c