Commit ea83b296 by tomponline

cmd: shut up gcc.

Closes #2885. Signed-off-by: 's avatartomponline <tomp@tomp.uk>
parent 63fce0c1
......@@ -817,7 +817,7 @@ static char *get_nic_if_avail(int fd, struct alloted_s *names, int pid,
static bool create_db_dir(char *fnam)
{
__do_free char *copy;
__do_free char *copy = NULL;
char *p;
int ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment