Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 1999 14:15:11 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        current@FreeBSD.ORG
Subject:   bug in netatm/atm_cm.c ?
Message-ID:  <199901272215.OAA63874@apollo.backplane.com>

next in thread | raw e-mail | index | archive | help

    around line 2192.  Shouldn't this be ap->aal.type == ATM_AAL5 ???

                /*      
                 * AAL
                 */
                if (ap->aal.type = ATM_AAL5) {
                        struct t_atm_aal5       *ap5, *cv5;
     
                        ap5 = &ap->aal.v.aal5;  
                        cv5 = &cvp->cvc_attr.aal.v.aal5;

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901272215.OAA63874>