Unverified Commit 7e5a72cb by tomponline Committed by Christian Brauner

cmd: shut up gcc.

Closes #2885. Signed-off-by: 's avatartomponline <tomp@tomp.uk>
parent 68f4f387
...@@ -817,7 +817,7 @@ static char *get_nic_if_avail(int fd, struct alloted_s *names, int pid, ...@@ -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) static bool create_db_dir(char *fnam)
{ {
__do_free char *copy; __do_free char *copy = NULL;
char *p; char *p;
int ret; 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