Skip to content

Commit

Permalink
Remove smb2 disconnection in CMD_GETCONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
yunkya2 committed Nov 5, 2023
1 parent d8a4505 commit f151b38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vd_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ int vd_command(uint8_t *cbuf, uint8_t *rbuf)
struct res_getconfig *res = (struct res_getconfig *)rbuf;
rsize = sizeof(*res);
res->data = config;

hds_cache_init();
disconnect_smb2_all();
break;
}

Expand Down

0 comments on commit f151b38

Please sign in to comment.