Skip to content

Commit

Permalink
Slight optimization of the CVE fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
justflier committed Apr 29, 2021
1 parent 77e6c46 commit fd1e9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ctcp.c
Expand Up @@ -1630,7 +1630,7 @@ do_utc(ctcp, from, to, args)
*args;
{
time_t tm = time(NULL),
curtime = time(NULL);
curtime;
char *date = NULL;

if (!args || !*args)
Expand Down

0 comments on commit fd1e9eb

Please sign in to comment.