aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-09-25 08:10:10 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-09-25 08:10:10 +0000
commit66c44bb699dfdb9532bc2f79f1b42e12d96c7093 (patch)
tree3a7e20084db721db26c0594b6672b20aad2d85b4 /capture_loop.c
parent6462d05044d74e475253518912c0635222bd7fc2 (diff)
make sure we still compile for all out rh71 users
svn path=/trunk/; revision=19320
Diffstat (limited to 'capture_loop.c')
-rw-r--r--capture_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_loop.c b/capture_loop.c
index 6b10801f1a..49d50156a3 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -986,7 +986,7 @@ capture_loop_dispatch(capture_options *capture_opts _U_, loop_data *ld,
g_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_DEBUG, "capture_loop_dispatch: from pcap_dispatch with select");
#endif
if (ld->pcap_fd != -1) {
- sel_ret = cap_pipe_select(fd, TRUE);
+ sel_ret = cap_pipe_select(ld->pcap_fd, TRUE);
if (sel_ret > 0) {
/*
* "select()" says we can read from it without blocking; go for