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

Comparing ircd-hybrid/trunk/src/s_bsd.c (file contents):
Revision 1858 by michael, Thu Apr 25 15:00:52 2013 UTC vs.
Revision 2181 by michael, Tue Jun 4 11:03:41 2013 UTC

# Line 271 | Line 271 | ssl_handshake(int fd, struct Client *cli
271          return;
272      }
273  
274 <  execute_callback(auth_cb, client_p);
274 >  start_auth(client_p);
275   }
276   #endif
277  
# Line 342 | Line 342 | add_connection(struct Listener *listener
342    }
343    else
344   #endif
345 <    execute_callback(auth_cb, new_client);
345 >    start_auth(new_client);
346   }
347  
348   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)