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 5910 by michael, Tue May 5 18:27:29 2015 UTC vs.
Revision 5911 by michael, Tue May 5 18:32:36 2015 UTC

# Line 563 | Line 563 | opm_endscan(OPM_T *scanner, OPM_REMOTE_T
563      {
564        LIST_FOREACH(node2, scan->connections->head)
565        {
566 <        conn = (OPM_CONNECTION_T *) node2->data;
566 >        conn = node2->data;
567          conn->state = OPM_STATE_CLOSED;
568        }
569      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines