Changeset 1710
- Timestamp:
- 02/25/07 21:21:09 (23 months ago)
- Files:
-
- 1 modified
-
trunk/src/bridge.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bridge.c
r1701 r1710 311 311 * write packet out on the network 312 312 */ 313 if (sendpacket(sp, pktdata, pkthdr->caplen) < pkthdr->caplen) {313 if (sendpacket(sp, pktdata, pkthdr->caplen) < (int)pkthdr->caplen) { 314 314 errx(1, "Unable to send packet out %s: %s", sp->device, sendpacket_geterr(sp)); 315 315 }
