make sure we still compile for all out rh71 users

svn path=/trunk/; revision=19320
This commit is contained in:
Ronnie Sahlberg 2006-09-25 08:10:10 +00:00
parent 6462d05044
commit 66c44bb699
1 changed files with 1 additions and 1 deletions

View File

@ -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