Browse Source

MT#55283 fix CLI reference count

Change-Id: I12b34fa68d72b2ccaf61483936d2b0b19fb1585b
pull/1826/head
Richard Fuchs 2 years ago
parent
commit
c7a8f78d81
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      daemon/cli.c

+ 0
- 1
daemon/cli.c View File

@ -1287,7 +1287,6 @@ struct cli *cli_new(const endpoint_t *ep) {
goto fail;
}
obj_put(c);
return c;
fail:


Loading…
Cancel
Save