dect
/
libpcap
Archived
13
0
Fork 0

Un-split a line.

This commit is contained in:
Guy Harris 2009-12-29 11:53:32 -08:00
parent 1c1816f670
commit b0c5f4c658
1 changed files with 1 additions and 2 deletions

3
pcap.c
View File

@ -141,8 +141,7 @@ pcap_next_ex(pcap_t *p, struct pcap_pkthdr **pkt_header,
int status;
/* We are on an offline capture */
status = pcap_offline_read(p, 1, pcap_oneshot,
(u_char *)&s);
status = pcap_offline_read(p, 1, pcap_oneshot, (u_char *)&s);
/*
* Return codes for pcap_offline_read() are: