Parent Directory
|
Revision Log
|
Patch
revision 8212 by michael, Tue Mar 14 13:17:39 2017 UTC | revision 8213 by michael, Sun Apr 16 11:42:51 2017 UTC | |
---|---|---|
# | Line 132 release_auth_client(struct AuthRequest * | Line 132 release_auth_client(struct AuthRequest * |
132 | client->connection->firsttime = CurrentTime; | client->connection->firsttime = CurrentTime; |
133 | client->flags |= FLAGS_FINISHED_AUTH; | client->flags |= FLAGS_FINISHED_AUTH; |
134 | ||
135 | strlcpy(client->realhost, client->host, sizeof(client->realhost)); | |
136 | ||
137 | read_packet(&client->connection->fd, client); | read_packet(&client->connection->fd, client); |
138 | } | } |
139 |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |