# | Line 1121 | Line 1121 | server_estab(struct Client *client_p) | |
---|---|---|
1121 | make_server(client_p); | |
1122 | ||
1123 | /* fixing eob timings.. -gnp */ | |
1124 | < | client_p->firsttime = CurrentTime; |
1124 | > | client_p->localClient->firsttime = CurrentTime; |
1125 | ||
1126 | ||
1127 | if (find_matching_name_conf(SERVICE_TYPE, client_p->name, NULL, NULL, 0)) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |