ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/listener.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/listener.c (file contents):
Revision 4935 by michael, Sun Nov 2 22:35:08 2014 UTC vs.
Revision 4936 by michael, Thu Nov 27 15:05:06 2014 UTC

# Line 130 | Line 130 | listener_accept_connection(fde_t *pfd, v
130    struct irc_ssaddr addr;
131    int fd;
132    int pe;
133 <  struct Listener *listener = data;
133 >  struct Listener *const listener = data;
134  
135    assert(listener);
136  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines