break after a match is made (4.3BSD/sys/163 alex@cca.cca.com)
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 29 Oct 1987 07:59:36 +0000 (23:59 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 29 Oct 1987 07:59:36 +0000 (23:59 -0800)
SCCS-vsn: sys/vax/vax/autoconf.c 7.10

usr/src/sys/vax/vax/autoconf.c

index ba8e037..394e9b2 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)autoconf.c  7.9 (Berkeley) %G%
+ *     @(#)autoconf.c  7.10 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -446,6 +446,7 @@ mbafind(nxv, nxp)
                                        ms->ms_alive = 1;
                                        ms->ms_ctlr = mi->mi_unit;
                                        ms->ms_slave = sn;
                                        ms->ms_alive = 1;
                                        ms->ms_ctlr = mi->mi_unit;
                                        ms->ms_slave = sn;
+                                       break;
                                }
                    }
        }
                                }
                    }
        }