Make the windows build compile.

svn path=/trunk/; revision=29591
This commit is contained in:
Anders Broman 2009-08-28 05:17:14 +00:00
parent 3b4fb8e340
commit 5cba22a89b

View File

@ -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_err = PIPOK;
#ifndef _WIN32
ld->cap_pipe_fd = fd;
#endif
return;
error: