Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Oct 30, 2021
1 parent e99a822 commit 9829fdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mod/irc.mod/irc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,6 @@ static char *traced_nettype(ClientData cdata, Tcl_Interp *irp,
"to a text string. Please update your choice to one of the allowed values\n"
"listed in the current configuration file from the source directory\n");
}
strlcpy(net_type, value, sizeof net_type);
do_nettype_irc();
return NULL;
}
Expand Down

0 comments on commit 9829fdd

Please sign in to comment.