diff options
Diffstat (limited to 'modules/m_trace.c')
-rw-r--r-- | modules/m_trace.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/m_trace.c b/modules/m_trace.c index 4b86162..17657b6 100644 --- a/modules/m_trace.c +++ b/modules/m_trace.c @@ -336,8 +336,7 @@ report_this_status(struct Client *source_p, struct Client *target_p, int dow) /* added time -Taner */ sendto_one(source_p, form_str(RPL_TRACEUNKNOWN), from, to, class_name, name, target_p->sockhost, - target_p->localClient->firsttime ? /* TBD: can't be 0 */ - CurrentTime - target_p->localClient->firsttime : -1); + CurrentTime - target_p->localClient->firsttime); break; case STAT_CLIENT: /* |