Make the windows build compile.
svn path=/trunk/; revision=29591
This commit is contained in:
parent
3b4fb8e340
commit
5cba22a89b
@ -1068,7 +1068,9 @@ cap_pipe_open_live(char *pipename, struct pcap_hdr *hdr, loop_data *ld,
|
|||||||
|
|
||||||
ld->cap_pipe_state = STATE_EXPECT_REC_HDR;
|
ld->cap_pipe_state = STATE_EXPECT_REC_HDR;
|
||||||
ld->cap_pipe_err = PIPOK;
|
ld->cap_pipe_err = PIPOK;
|
||||||
|
#ifndef _WIN32
|
||||||
ld->cap_pipe_fd = fd;
|
ld->cap_pipe_fd = fd;
|
||||||
|
#endif
|
||||||
return;
|
return;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user