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

Comparing ircd-hybrid/trunk/src/auth.c (file contents):
Revision 8656 by michael, Sun Nov 11 20:19:17 2018 UTC vs.
Revision 8658 by michael, Mon Nov 12 19:03:09 2018 UTC

# Line 458 | Line 458 | auth_start_query(struct AuthRequest *aut
458      return;
459    }
460  
461 <  auth->fd = fd_open(fd, 1, "ident");
461 >  auth->fd = fd_open(fd, true, "ident");
462  
463    SetDoingAuth(auth);
464    auth_sendheader(auth->client, REPORT_DO_ID);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines