Deleted Added
full compact
29c29
< * $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c 164997 2006-12-07 22:36:17Z syrinx $
---
> * $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c 165046 2006-12-09 20:58:26Z syrinx $
1099c1099
< struct bridge_if *bif = NULL;
---
> struct bridge_if *bif;
1129a1130
>
1131a1133,1135
>
> default:
> abort();
1164,1165c1168,1169
< int ret = SNMP_ERR_NOERROR; /* Make the compiler happy. */
< struct bridge_if *bif = NULL;
---
> int ret;
> struct bridge_if *bif;
1227a1232,1234
>
> default:
> return (SNMP_ERR_NOSUCHNAME);
1268a1276,1278
>
> default:
> abort();
1270a1281,1282
> ret = SNMP_ERR_NOERROR;
>
1345c1357
< struct bridge_if *bif = NULL;
---
> struct bridge_if *bif;
1400a1413,1415
>
> default:
> abort();