ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/libopm/src/libopm.c
(Generate patch)

Comparing hopm/branches/1.0.x/src/libopm/src/libopm.c (file contents):
Revision 5927 by michael, Wed May 6 17:24:23 2015 UTC vs.
Revision 5928 by michael, Wed May 6 17:42:24 2015 UTC

# Line 446 | Line 446 | opm_scan(OPM_T *scanner, OPM_REMOTE_T *r
446   {
447    OPM_SCAN_T *scan;  /* New scan for OPM_T */
448    OPM_NODE_T *node;  /* Node we'll add scan to when we link it to scans */
449  unsigned int fd_limit;
450
451  fd_limit = *(int *)libopm_config(scanner->config, OPM_CONFIG_FD_LIMIT);
449  
450    if (LIST_SIZE(scanner->protocols) == 0 &&
451        LIST_SIZE(remote->protocols) == 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines