Changeset 1790 for trunk/src/send_packets.c
- Timestamp:
- 04/03/07 10:34:23 (22 months ago)
- Files:
-
- 1 modified
-
trunk/src/send_packets.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/send_packets.c
r1789 r1790 167 167 /* write packet out on network */ 168 168 if (sendpacket(sp, pktdata, pktlen) < (int)pktlen) 169 errx(1,"Unable to send packet: %s", sendpacket_geterr(sp));169 warnx("Unable to send packet: %s", sendpacket_geterr(sp)); 170 170 171 171 /*
